Html Css Color HEX #824205 Saddle Brown

📋 copy color: '#824205'

red 130 ◦ green 66 ◦ blue 5

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

Shades of Saddle Brown #824205

Tints of Saddle Brown #824205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 64.68%
G = 32.84%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824205 (or 0x824205) is known color: Saddle Brown. HEX triplet: 82, 42 and 05. RGB value is (130,66,5). Sum of RGB (Red+Green+Blue) = 130+66+5=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824205 is #7DBDFA. Grayscale: #4E4E4E. Windows color (decimal): -8240635 or 344706. OLE color: 344706.

HSL color Cylindrical-coordinate representation of color #824205: hue angle of 29.28º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #824205 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 66 5 -
CMYK 0 0.49 0.96 0.49
HSL 29.28º 0.93% 0.26% -
HSV(B) 29.28º 0.96% 0.51% -
XYZ 11.18 8.65 1.22 -
YUV 78.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 130 66 5 0 0.49 0.96 0.49 29.28 0.93 0.26
Hex 82 42 5 0 31 60 31 1D 5D 1A
Octal 202 102 5 0 61 140 61 35 135 32
Binary 10000010 1000010 101 0 110001 1100000 110001 11101 1011101 11010

Color Harmonies of #824205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824205

Black with #824205

Text Example


Text Example

White with #824205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824205; }

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

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

background-color css

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

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

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

border-color css

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

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

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