Html Css Color HEX #823700 Saddle Brown

📋 copy color: '#823700'

red 130 ◦ green 55 ◦ blue 0

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

Shades of Saddle Brown #823700

Tints of Saddle Brown #823700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 70.27%
G = 29.73%
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

#823700 (or 0x823700) is known color: Saddle Brown. HEX triplet: 82, 37 and 00. RGB value is (130,55,0). Sum of RGB (Red+Green+Blue) = 130+55+0=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823700 is #7DC8FF. Grayscale: #474747. Windows color (decimal): -8243456 or 14210. OLE color: 14210.

HSL color Cylindrical-coordinate representation of color #823700: hue angle of 25.38º 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 #823700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 0 -
CMYK 0 0.58 1 0.49
HSL 25.38º 1% 0.25% -
HSV(B) 25.38º 1% 0.51% -
XYZ 10.57 7.48 0.89 -
YUV 71.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 130 55 0 0 0.58 1 0.49 25.38 1 0.25
Hex 82 37 0 0 3A 64 31 19 64 19
Octal 202 67 0 0 72 144 61 31 144 31
Binary 10000010 110111 0 0 111010 1100100 110001 11001 1100100 11001

Color Harmonies of #823700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823700

Black with #823700

Text Example


Text Example

White with #823700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823700; }

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

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

background-color css

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

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

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

border-color css

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

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

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