Html Css Color HEX #82450B Saddle Brown

📋 copy color: '#82450B'

red 130 ◦ green 69 ◦ blue 11

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

Shades of Saddle Brown #82450B

Tints of Saddle Brown #82450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 61.9%
G = 32.86%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82450B (or 0x82450B) is known color: Saddle Brown. HEX triplet: 82, 45 and 0B. RGB value is (130,69,11). Sum of RGB (Red+Green+Blue) = 130+69+11=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82450B is #7DBAF4. Grayscale: #505050. Windows color (decimal): -8239861 or 738690. OLE color: 738690.

HSL color Cylindrical-coordinate representation of color #82450B: hue angle of 29.24º 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 #82450B is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 11 -
CMYK 0 0.47 0.92 0.49
HSL 29.24º 0.84% 0.28% -
HSV(B) 29.24º 0.92% 0.51% -
XYZ 11.39 9.03 1.46 -
YUV 80.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 130 69 11 0 0.47 0.92 0.49 29.24 0.84 0.28
Hex 82 45 B 0 2F 5C 31 1D 54 1C
Octal 202 105 13 0 57 134 61 35 124 34
Binary 10000010 1000101 1011 0 101111 1011100 110001 11101 1010100 11100

Color Harmonies of #82450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82450B

Black with #82450B

Text Example


Text Example

White with #82450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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