Html Css Color HEX #822800 Saddle Brown

📋 copy color: '#822800'

red 130 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #822800

Tints of Saddle Brown #822800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.47%
G = 23.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#822800 (or 0x822800) is known color: Saddle Brown. HEX triplet: 82, 28 and 00. RGB value is (130,40,0). Sum of RGB (Red+Green+Blue) = 130+40+0=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822800 is #7DD7FF. Grayscale: #3E3E3E. Windows color (decimal): -8247296 or 10370. OLE color: 10370.

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

Color convert

RGB 130 40 0 -
CMYK 0 0.69 1 0.49
HSL 18.46º 1% 0.25% -
HSV(B) 18.46º 1% 0.51% -
XYZ 9.96 6.26 0.68 -
YUV 62.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 130 40 0 0 0.69 1 0.49 18.46 1 0.25
Hex 82 28 0 0 45 64 31 12 64 19
Octal 202 50 0 0 105 144 61 22 144 31
Binary 10000010 101000 0 0 1000101 1100100 110001 10010 1100100 11001

Color Harmonies of #822800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822800

Black with #822800

Text Example


Text Example

White with #822800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822800; }

 p { color: rgb(130,40,0); }

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

background-color css

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

 a { background-color: rgb(130,40,0); }

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

border-color css

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

 span { border-color: rgb(130,40,0); }

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