Html Css Color HEX #87450C Saddle Brown

📋 copy color: '#87450C'

red 135 ◦ green 69 ◦ blue 12

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

Shades of Saddle Brown #87450C

Tints of Saddle Brown #87450C

RGB

 RED value IS 135 (53.13% from 255) = 62.5%

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

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 62.5%
G = 31.94%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87450C (or 0x87450C) is known color: Saddle Brown. HEX triplet: 87, 45 and 0C. RGB value is (135,69,12). Sum of RGB (Red+Green+Blue) = 135+69+12=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87450C is #78BAF3. Grayscale: #525252. Windows color (decimal): -7912180 or 804231. OLE color: 804231.

HSL color Cylindrical-coordinate representation of color #87450C: hue angle of 27.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87450C is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 12 -
CMYK 0 0.49 0.91 0.47
HSL 27.8º 0.84% 0.29% -
HSV(B) 27.8º 0.91% 0.53% -
XYZ 12.19 9.43 1.53 -
YUV 82.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 135 69 12 0 0.49 0.91 0.47 27.8 0.84 0.29
Hex 87 45 C 0 31 5B 2F 1C 54 1D
Octal 207 105 14 0 61 133 57 34 124 35
Binary 10000111 1000101 1100 0 110001 1011011 101111 11100 1010100 11101

Color Harmonies of #87450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87450C

Black with #87450C

Text Example


Text Example

White with #87450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87450C; }

 p { color: rgb(135,69,12); }

 H1.HeaderClassName
 {
   color: #87450C;
 }
 .AnyTagClassName
 {
   color: #87450C;
 }
</style>

background-color css

<style>
 a { background-color: #87450C; }

 a { background-color: rgb(135,69,12); }

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

border-color css

<style>
 span { border-color: #87450C; }

 span { border-color: rgb(135,69,12); }

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