Html Css Color HEX #87330D Saddle Brown

📋 copy color: '#87330D'

red 135 ◦ green 51 ◦ blue 13

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

Shades of Saddle Brown #87330D

Tints of Saddle Brown #87330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 67.84%
G = 25.63%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87330D (or 0x87330D) is known color: Saddle Brown. HEX triplet: 87, 33 and 0D. RGB value is (135,51,13). Sum of RGB (Red+Green+Blue) = 135+51+13=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87330D is #78CCF2. Grayscale: #484848. Windows color (decimal): -7916787 or 865159. OLE color: 865159.

HSL color Cylindrical-coordinate representation of color #87330D: hue angle of 18.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87330D is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 13 -
CMYK 0 0.62 0.90 0.47
HSL 18.69º 0.82% 0.29% -
HSV(B) 18.69º 0.9% 0.53% -
XYZ 11.25 7.55 1.24 -
YUV 71.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 135 51 13 0 0.62 0.90 0.47 18.69 0.82 0.29
Hex 87 33 D 0 3E 5A 2F 13 52 1D
Octal 207 63 15 0 76 132 57 23 122 35
Binary 10000111 110011 1101 0 111110 1011010 101111 10011 1010010 11101

Color Harmonies of #87330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87330D

Black with #87330D

Text Example


Text Example

White with #87330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87330D; }

 p { color: rgb(135,51,13); }

 H1.HeaderClassName
 {
   color: #87330D;
 }
 .AnyTagClassName
 {
   color: #87330D;
 }
</style>

background-color css

<style>
 a { background-color: #87330D; }

 a { background-color: rgb(135,51,13); }

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

border-color css

<style>
 span { border-color: #87330D; }

 span { border-color: rgb(135,51,13); }

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