Html Css Color HEX #822C00 Saddle Brown

📋 copy color: '#822C00'

red 130 ◦ green 44 ◦ blue 0

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

Shades of Saddle Brown #822C00

Tints of Saddle Brown #822C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

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

R = 74.71%
G = 25.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#822C00 (or 0x822C00) is known color: Saddle Brown. HEX triplet: 82, 2C and 00. RGB value is (130,44,0). Sum of RGB (Red+Green+Blue) = 130+44+0=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822C00 is #7DD3FF. Grayscale: #404040. Windows color (decimal): -8246272 or 11394. OLE color: 11394.

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

Color convert

RGB 130 44 0 -
CMYK 0 0.66 1 0.49
HSL 20.31º 1% 0.25% -
HSV(B) 20.31º 1% 0.51% -
XYZ 10.11 6.55 0.73 -
YUV 64.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 130 44 0 0 0.66 1 0.49 20.31 1 0.25
Hex 82 2C 0 0 42 64 31 14 64 19
Octal 202 54 0 0 102 144 61 24 144 31
Binary 10000010 101100 0 0 1000010 1100100 110001 10100 1100100 11001

Color Harmonies of #822C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C00

Black with #822C00

Text Example


Text Example

White with #822C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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