Html Css Color HEX #822E02 Saddle Brown

📋 copy color: '#822E02'

red 130 ◦ green 46 ◦ blue 2

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

Shades of Saddle Brown #822E02

Tints of Saddle Brown #822E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

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

R = 73.03%
G = 25.84%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#822E02 (or 0x822E02) is known color: Saddle Brown. HEX triplet: 82, 2E and 02. RGB value is (130,46,2). Sum of RGB (Red+Green+Blue) = 130+46+2=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822E02 is #7DD1FD. Grayscale: #424242. Windows color (decimal): -8245758 or 142978. OLE color: 142978.

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

Color convert

RGB 130 46 2 -
CMYK 0 0.65 0.98 0.49
HSL 20.63º 0.97% 0.26% -
HSV(B) 20.63º 0.98% 0.51% -
XYZ 10.19 6.7 0.81 -
YUV 66.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 130 46 2 0 0.65 0.98 0.49 20.63 0.97 0.26
Hex 82 2E 2 0 41 62 31 15 61 1A
Octal 202 56 2 0 101 142 61 25 141 32
Binary 10000010 101110 10 0 1000001 1100010 110001 10101 1100001 11010

Color Harmonies of #822E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E02

Black with #822E02

Text Example


Text Example

White with #822E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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