Html Css Color HEX #824006 Saddle Brown

📋 copy color: '#824006'

red 130 ◦ green 64 ◦ blue 6

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

Shades of Saddle Brown #824006

Tints of Saddle Brown #824006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 6 (2.73% from 255) = 3%

R = 65%
G = 32%
B = 3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824006 (or 0x824006) is known color: Saddle Brown. HEX triplet: 82, 40 and 06. RGB value is (130,64,6). Sum of RGB (Red+Green+Blue) = 130+64+6=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824006 is #7DBFF9. Grayscale: #4D4D4D. Windows color (decimal): -8241146 or 409730. OLE color: 409730.

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

Color convert

RGB 130 64 6 -
CMYK 0 0.51 0.95 0.49
HSL 28.06º 0.91% 0.27% -
HSV(B) 28.06º 0.95% 0.51% -
XYZ 11.07 8.43 1.22 -
YUV 77.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 130 64 6 0 0.51 0.95 0.49 28.06 0.91 0.27
Hex 82 40 6 0 33 5F 31 1C 5B 1B
Octal 202 100 6 0 63 137 61 34 133 33
Binary 10000010 1000000 110 0 110011 1011111 110001 11100 1011011 11011

Color Harmonies of #824006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824006

Black with #824006

Text Example


Text Example

White with #824006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824006; }

 p { color: rgb(130,64,6); }

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

background-color css

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

 a { background-color: rgb(130,64,6); }

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

border-color css

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

 span { border-color: rgb(130,64,6); }

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