Html Css Color HEX #87330B Saddle Brown

📋 copy color: '#87330B'

red 135 ◦ green 51 ◦ blue 11

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

Shades of Saddle Brown #87330B

Tints of Saddle Brown #87330B

RGB

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

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

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

R = 68.53%
G = 25.89%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87330B (or 0x87330B) is known color: Saddle Brown. HEX triplet: 87, 33 and 0B. RGB value is (135,51,11). Sum of RGB (Red+Green+Blue) = 135+51+11=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87330B is #78CCF4. Grayscale: #474747. Windows color (decimal): -7916789 or 734087. OLE color: 734087.

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

Color convert

RGB 135 51 11 -
CMYK 0 0.62 0.92 0.47
HSL 19.35º 0.85% 0.29% -
HSV(B) 19.35º 0.92% 0.53% -
XYZ 11.24 7.54 1.18 -
YUV 71.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 135 51 11 0 0.62 0.92 0.47 19.35 0.85 0.29
Hex 87 33 B 0 3E 5C 2F 13 55 1D
Octal 207 63 13 0 76 134 57 23 125 35
Binary 10000111 110011 1011 0 111110 1011100 101111 10011 1010101 11101

Color Harmonies of #87330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87330B

Black with #87330B

Text Example


Text Example

White with #87330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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