Html Css Color HEX #823207 Saddle Brown

📋 copy color: '#823207'

red 130 ◦ green 50 ◦ blue 7

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

Shades of Saddle Brown #823207

Tints of Saddle Brown #823207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 7 (3.13% from 255) = 3.74%

R = 69.52%
G = 26.74%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#823207 (or 0x823207) is known color: Saddle Brown. HEX triplet: 82, 32 and 07. RGB value is (130,50,7). Sum of RGB (Red+Green+Blue) = 130+50+7=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #823207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823207 is #7DCDF8. Grayscale: #454545. Windows color (decimal): -8244729 or 471682. OLE color: 471682.

HSL color Cylindrical-coordinate representation of color #823207: hue angle of 20.98º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #823207 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 7 -
CMYK 0 0.62 0.95 0.49
HSL 20.98º 0.9% 0.27% -
HSV(B) 20.98º 0.95% 0.51% -
XYZ 10.38 7.04 1.01 -
YUV 69.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 130 50 7 0 0.62 0.95 0.49 20.98 0.9 0.27
Hex 82 32 7 0 3E 5F 31 15 5A 1B
Octal 202 62 7 0 76 137 61 25 132 33
Binary 10000010 110010 111 0 111110 1011111 110001 10101 1011010 11011

Color Harmonies of #823207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823207

Black with #823207

Text Example


Text Example

White with #823207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823207; }

 p { color: rgb(130,50,7); }

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

background-color css

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

 a { background-color: rgb(130,50,7); }

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

border-color css

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

 span { border-color: rgb(130,50,7); }

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