Html Css Color HEX #823F01 Saddle Brown

📋 copy color: '#823F01'

red 130 ◦ green 63 ◦ blue 1

#823F01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #823F01

Tints of Saddle Brown #823F01

RGB

 RED value IS 130 (51.17% from 255) = 67.01%

 GREEN value IS 63 (25% from 255) = 32.47%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 67.01%
G = 32.47%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#823F01 (or 0x823F01) is known color: Saddle Brown. HEX triplet: 82, 3F and 01. RGB value is (130,63,1). Sum of RGB (Red+Green+Blue) = 130+63+1=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #823F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F01 is #7DC0FE. Grayscale: #4C4C4C. Windows color (decimal): -8241407 or 81794. OLE color: 81794.

HSL color Cylindrical-coordinate representation of color #823F01: hue angle of 28.84º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #823F01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 63 1 -
CMYK 0 0.52 0.99 0.49
HSL 28.84º 0.98% 0.26% -
HSV(B) 28.84º 0.99% 0.51% -
XYZ 10.99 8.3 1.05 -
YUV 75.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 130 63 1 0 0.52 0.99 0.49 28.84 0.98 0.26
Hex 82 3F 1 0 34 63 31 1D 62 1A
Octal 202 77 1 0 64 143 61 35 142 32
Binary 10000010 111111 1 0 110100 1100011 110001 11101 1100010 11010

Color Harmonies of #823F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823F01

Black with #823F01

Text Example


Text Example

White with #823F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823F01; }

 p { color: rgb(130,63,1); }

 H1.HeaderClassName
 {
   color: #823F01;
 }
 .AnyTagClassName
 {
   color: #823F01;
 }
</style>

background-color css

<style>
 a { background-color: #823F01; }

 a { background-color: rgb(130,63,1); }

 div.DivClassName
 {
   background-color: #823F01;
 }
 .BgClassName
 {
   background-color: #823F01;
 }
</style>

border-color css

<style>
 span { border-color: #823F01; }

 span { border-color: rgb(130,63,1); }

 td.TdClassName
 {
   border-color: #823F01;
 }
 .TagClassName
 {
   border-color: #823F01;
 }
</style>