Html Css Color HEX #822B05 Saddle Brown

📋 copy color: '#822B05'

red 130 ◦ green 43 ◦ blue 5

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

Shades of Saddle Brown #822B05

Tints of Saddle Brown #822B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

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

R = 73.03%
G = 24.16%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#822B05 (or 0x822B05) is known color: Saddle Brown. HEX triplet: 82, 2B and 05. RGB value is (130,43,5). Sum of RGB (Red+Green+Blue) = 130+43+5=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822B05 is #7DD4FA. Grayscale: #404040. Windows color (decimal): -8246523 or 338818. OLE color: 338818.

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

Color convert

RGB 130 43 5 -
CMYK 0 0.67 0.96 0.49
HSL 18.24º 0.93% 0.26% -
HSV(B) 18.24º 0.96% 0.51% -
XYZ 10.1 6.48 0.86 -
YUV 64.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 130 43 5 0 0.67 0.96 0.49 18.24 0.93 0.26
Hex 82 2B 5 0 43 60 31 12 5D 1A
Octal 202 53 5 0 103 140 61 22 135 32
Binary 10000010 101011 101 0 1000011 1100000 110001 10010 1011101 11010

Color Harmonies of #822B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B05

Black with #822B05

Text Example


Text Example

White with #822B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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