Html Css Color HEX #823600 Saddle Brown

📋 copy color: '#823600'

red 130 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #823600

Tints of Saddle Brown #823600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.65%
G = 29.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823600 (or 0x823600) is known color: Saddle Brown. HEX triplet: 82, 36 and 00. RGB value is (130,54,0). Sum of RGB (Red+Green+Blue) = 130+54+0=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #823600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823600 is #7DC9FF. Grayscale: #464646. Windows color (decimal): -8243712 or 13954. OLE color: 13954.

HSL color Cylindrical-coordinate representation of color #823600: hue angle of 24.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #823600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 0 -
CMYK 0 0.58 1 0.49
HSL 24.92º 1% 0.25% -
HSV(B) 24.92º 1% 0.51% -
XYZ 10.53 7.38 0.87 -
YUV 70.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 130 54 0 0 0.58 1 0.49 24.92 1 0.25
Hex 82 36 0 0 3A 64 31 19 64 19
Octal 202 66 0 0 72 144 61 31 144 31
Binary 10000010 110110 0 0 111010 1100100 110001 11001 1100100 11001

Color Harmonies of #823600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823600

Black with #823600

Text Example


Text Example

White with #823600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823600; }

 p { color: rgb(130,54,0); }

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

background-color css

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

 a { background-color: rgb(130,54,0); }

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

border-color css

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

 span { border-color: rgb(130,54,0); }

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