Html Css Color HEX #87380A Saddle Brown

📋 copy color: '#87380A'

red 135 ◦ green 56 ◦ blue 10

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

Shades of Saddle Brown #87380A

Tints of Saddle Brown #87380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 67.16%
G = 27.86%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87380A (or 0x87380A) is known color: Saddle Brown. HEX triplet: 87, 38 and 0A. RGB value is (135,56,10). Sum of RGB (Red+Green+Blue) = 135+56+10=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87380A is #78C7F5. Grayscale: #4A4A4A. Windows color (decimal): -7915510 or 669831. OLE color: 669831.

HSL color Cylindrical-coordinate representation of color #87380A: hue angle of 22.08º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87380A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 56 10 -
CMYK 0 0.59 0.93 0.47
HSL 22.08º 0.86% 0.28% -
HSV(B) 22.08º 0.93% 0.53% -
XYZ 11.46 8 1.23 -
YUV 74.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 135 56 10 0 0.59 0.93 0.47 22.08 0.86 0.28
Hex 87 38 A 0 3B 5D 2F 16 56 1C
Octal 207 70 12 0 73 135 57 26 126 34
Binary 10000111 111000 1010 0 111011 1011101 101111 10110 1010110 11100

Color Harmonies of #87380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87380A

Black with #87380A

Text Example


Text Example

White with #87380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87380A; }

 p { color: rgb(135,56,10); }

 H1.HeaderClassName
 {
   color: #87380A;
 }
 .AnyTagClassName
 {
   color: #87380A;
 }
</style>

background-color css

<style>
 a { background-color: #87380A; }

 a { background-color: rgb(135,56,10); }

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

border-color css

<style>
 span { border-color: #87380A; }

 span { border-color: rgb(135,56,10); }

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