Html Css Color HEX #824005 Saddle Brown

📋 copy color: '#824005'

red 130 ◦ green 64 ◦ blue 5

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

Shades of Saddle Brown #824005

Tints of Saddle Brown #824005

RGB

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

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

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

R = 65.33%
G = 32.16%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824005 (or 0x824005) is known color: Saddle Brown. HEX triplet: 82, 40 and 05. RGB value is (130,64,5). Sum of RGB (Red+Green+Blue) = 130+64+5=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #824005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824005 is #7DBFFA. Grayscale: #4D4D4D. Windows color (decimal): -8241147 or 344194. OLE color: 344194.

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

Color convert

RGB 130 64 5 -
CMYK 0 0.51 0.96 0.49
HSL 28.32º 0.93% 0.26% -
HSV(B) 28.32º 0.96% 0.51% -
XYZ 11.07 8.42 1.19 -
YUV 77.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 130 64 5 0 0.51 0.96 0.49 28.32 0.93 0.26
Hex 82 40 5 0 33 60 31 1C 5D 1A
Octal 202 100 5 0 63 140 61 34 135 32
Binary 10000010 1000000 101 0 110011 1100000 110001 11100 1011101 11010

Color Harmonies of #824005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824005

Black with #824005

Text Example


Text Example

White with #824005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824005; }

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

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

background-color css

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

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

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

border-color css

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

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

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