Html Css Color HEX #824106 Saddle Brown

📋 copy color: '#824106'

red 130 ◦ green 65 ◦ blue 6

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

Shades of Saddle Brown #824106

Tints of Saddle Brown #824106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 64.68%
G = 32.34%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824106 (or 0x824106) is known color: Saddle Brown. HEX triplet: 82, 41 and 06. RGB value is (130,65,6). Sum of RGB (Red+Green+Blue) = 130+65+6=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824106 is #7DBEF9. Grayscale: #4E4E4E. Windows color (decimal): -8240890 or 409986. OLE color: 409986.

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

Color convert

RGB 130 65 6 -
CMYK 0 0.50 0.95 0.49
HSL 28.55º 0.91% 0.27% -
HSV(B) 28.55º 0.95% 0.51% -
XYZ 11.13 8.54 1.23 -
YUV 77.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 130 65 6 0 0.50 0.95 0.49 28.55 0.91 0.27
Hex 82 41 6 0 32 5F 31 1D 5B 1B
Octal 202 101 6 0 62 137 61 35 133 33
Binary 10000010 1000001 110 0 110010 1011111 110001 11101 1011011 11011

Color Harmonies of #824106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824106

Black with #824106

Text Example


Text Example

White with #824106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824106; }

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

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

background-color css

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

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

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

border-color css

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

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

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