Html Css Color HEX #822F04 Saddle Brown

📋 copy color: '#822F04'

red 130 ◦ green 47 ◦ blue 4

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

Shades of Saddle Brown #822F04

Tints of Saddle Brown #822F04

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 71.82%
G = 25.97%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#822F04 (or 0x822F04) is known color: Saddle Brown. HEX triplet: 82, 2F and 04. RGB value is (130,47,4). Sum of RGB (Red+Green+Blue) = 130+47+4=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F04 is #7DD0FB. Grayscale: #434343. Windows color (decimal): -8245500 or 274306. OLE color: 274306.

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

Color convert

RGB 130 47 4 -
CMYK 0 0.64 0.97 0.49
HSL 20.48º 0.94% 0.26% -
HSV(B) 20.48º 0.97% 0.51% -
XYZ 10.24 6.79 0.89 -
YUV 66.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 130 47 4 0 0.64 0.97 0.49 20.48 0.94 0.26
Hex 82 2F 4 0 40 61 31 14 5E 1A
Octal 202 57 4 0 100 141 61 24 136 32
Binary 10000010 101111 100 0 1000000 1100001 110001 10100 1011110 11010

Color Harmonies of #822F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F04

Black with #822F04

Text Example


Text Example

White with #822F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822F04; }

 p { color: rgb(130,47,4); }

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

background-color css

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

 a { background-color: rgb(130,47,4); }

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

border-color css

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

 span { border-color: rgb(130,47,4); }

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