Html Css Color HEX #822F02 Saddle Brown

📋 copy color: '#822F02'

red 130 ◦ green 47 ◦ blue 2

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

Shades of Saddle Brown #822F02

Tints of Saddle Brown #822F02

RGB

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

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

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

R = 72.63%
G = 26.26%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822F02 (or 0x822F02) is known color: Saddle Brown. HEX triplet: 82, 2F and 02. RGB value is (130,47,2). Sum of RGB (Red+Green+Blue) = 130+47+2=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #822F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822F02 is #7DD0FD. Grayscale: #424242. Windows color (decimal): -8245502 or 143234. OLE color: 143234.

HSL color Cylindrical-coordinate representation of color #822F02: hue angle of 21.09º 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 #822F02 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 2 -
CMYK 0 0.64 0.98 0.49
HSL 21.09º 0.97% 0.26% -
HSV(B) 21.09º 0.98% 0.51% -
XYZ 10.23 6.78 0.83 -
YUV 66.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 130 47 2 0 0.64 0.98 0.49 21.09 0.97 0.26
Hex 82 2F 2 0 40 62 31 15 61 1A
Octal 202 57 2 0 100 142 61 25 141 32
Binary 10000010 101111 10 0 1000000 1100010 110001 10101 1100001 11010

Color Harmonies of #822F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F02

Black with #822F02

Text Example


Text Example

White with #822F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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