Html Css Color HEX #82450E Saddle Brown

📋 copy color: '#82450E'

red 130 ◦ green 69 ◦ blue 14

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

Shades of Saddle Brown #82450E

Tints of Saddle Brown #82450E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 61.03%
G = 32.39%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#82450E (or 0x82450E) is known color: Saddle Brown. HEX triplet: 82, 45 and 0E. RGB value is (130,69,14). Sum of RGB (Red+Green+Blue) = 130+69+14=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82450E is #7DBAF1. Grayscale: #515151. Windows color (decimal): -8239858 or 935298. OLE color: 935298.

HSL color Cylindrical-coordinate representation of color #82450E: hue angle of 28.45º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82450E is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 14 -
CMYK 0 0.47 0.89 0.49
HSL 28.45º 0.81% 0.28% -
HSV(B) 28.45º 0.89% 0.51% -
XYZ 11.41 9.03 1.56 -
YUV 80.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 130 69 14 0 0.47 0.89 0.49 28.45 0.81 0.28
Hex 82 45 E 0 2F 59 31 1C 51 1C
Octal 202 105 16 0 57 131 61 34 121 34
Binary 10000010 1000101 1110 0 101111 1011001 110001 11100 1010001 11100

Color Harmonies of #82450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82450E

Black with #82450E

Text Example


Text Example

White with #82450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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