Html Css Color HEX #824207 Saddle Brown

📋 copy color: '#824207'

red 130 ◦ green 66 ◦ blue 7

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

Shades of Saddle Brown #824207

Tints of Saddle Brown #824207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 64.04%
G = 32.51%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824207 (or 0x824207) is known color: Saddle Brown. HEX triplet: 82, 42 and 07. RGB value is (130,66,7). Sum of RGB (Red+Green+Blue) = 130+66+7=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #824207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824207 is #7DBDF8. Grayscale: #4E4E4E. Windows color (decimal): -8240633 or 475778. OLE color: 475778.

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

Color convert

RGB 130 66 7 -
CMYK 0 0.49 0.95 0.49
HSL 28.78º 0.9% 0.27% -
HSV(B) 28.78º 0.95% 0.51% -
XYZ 11.19 8.66 1.28 -
YUV 78.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 130 66 7 0 0.49 0.95 0.49 28.78 0.9 0.27
Hex 82 42 7 0 31 5F 31 1D 5A 1B
Octal 202 102 7 0 61 137 61 35 132 33
Binary 10000010 1000010 111 0 110001 1011111 110001 11101 1011010 11011

Color Harmonies of #824207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824207

Black with #824207

Text Example


Text Example

White with #824207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824207; }

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

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

background-color css

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

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

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

border-color css

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

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

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