Html Css Color HEX #82440B Saddle Brown

📋 copy color: '#82440B'

red 130 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #82440B

Tints of Saddle Brown #82440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 62.2%
G = 32.54%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82440B (or 0x82440B) is known color: Saddle Brown. HEX triplet: 82, 44 and 0B. RGB value is (130,68,11). Sum of RGB (Red+Green+Blue) = 130+68+11=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82440B is #7DBBF4. Grayscale: #505050. Windows color (decimal): -8240117 or 738434. OLE color: 738434.

HSL color Cylindrical-coordinate representation of color #82440B: hue angle of 28.74º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82440B is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 11 -
CMYK 0 0.48 0.92 0.49
HSL 28.74º 0.84% 0.28% -
HSV(B) 28.74º 0.92% 0.51% -
XYZ 11.33 8.9 1.44 -
YUV 80.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 130 68 11 0 0.48 0.92 0.49 28.74 0.84 0.28
Hex 82 44 B 0 30 5C 31 1D 54 1C
Octal 202 104 13 0 60 134 61 35 124 34
Binary 10000010 1000100 1011 0 110000 1011100 110001 11101 1010100 11100

Color Harmonies of #82440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82440B

Black with #82440B

Text Example


Text Example

White with #82440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82440B; }

 p { color: rgb(130,68,11); }

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

background-color css

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

 a { background-color: rgb(130,68,11); }

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

border-color css

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

 span { border-color: rgb(130,68,11); }

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