Html Css Color HEX #824202 Saddle Brown

📋 copy color: '#824202'

red 130 ◦ green 66 ◦ blue 2

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

Shades of Saddle Brown #824202

Tints of Saddle Brown #824202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 65.66%
G = 33.33%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824202 (or 0x824202) is known color: Saddle Brown. HEX triplet: 82, 42 and 02. RGB value is (130,66,2). Sum of RGB (Red+Green+Blue) = 130+66+2=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824202 is #7DBDFD. Grayscale: #4E4E4E. Windows color (decimal): -8240638 or 148098. OLE color: 148098.

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

Color convert

RGB 130 66 2 -
CMYK 0 0.49 0.98 0.49
HSL 30º 0.97% 0.26% -
HSV(B) 30º 0.98% 0.51% -
XYZ 11.17 8.65 1.14 -
YUV 77.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 130 66 2 0 0.49 0.98 0.49 30 0.97 0.26
Hex 82 42 2 0 31 62 31 1E 61 1A
Octal 202 102 2 0 61 142 61 36 141 32
Binary 10000010 1000010 10 0 110001 1100010 110001 11110 1100001 11010

Color Harmonies of #824202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824202

Black with #824202

Text Example


Text Example

White with #824202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824202; }

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

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

background-color css

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

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

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

border-color css

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

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

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