Html Css Color HEX #87300F Burnt Umber

📋 copy color: '#87300F'

red 135 ◦ green 48 ◦ blue 15

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

Shades of Burnt Umber #87300F

Tints of Burnt Umber #87300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 68.18%
G = 24.24%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87300F (or 0x87300F) is known color: Burnt Umber. HEX triplet: 87, 30 and 0F. RGB value is (135,48,15). Sum of RGB (Red+Green+Blue) = 135+48+15=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87300F is #78CFF0. Grayscale: #464646. Windows color (decimal): -7917553 or 995463. OLE color: 995463.

HSL color Cylindrical-coordinate representation of color #87300F: hue angle of 16.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87300F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 15 -
CMYK 0 0.64 0.89 0.47
HSL 16.5º 0.8% 0.29% -
HSV(B) 16.5º 0.89% 0.53% -
XYZ 11.13 7.3 1.27 -
YUV 70.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 135 48 15 0 0.64 0.89 0.47 16.5 0.8 0.29
Hex 87 30 F 0 40 59 2F 10 50 1D
Octal 207 60 17 0 100 131 57 20 120 35
Binary 10000111 110000 1111 0 1000000 1011001 101111 10000 1010000 11101

Color Harmonies of #87300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87300F

Black with #87300F

Text Example


Text Example

White with #87300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87300F; }

 p { color: rgb(135,48,15); }

 H1.HeaderClassName
 {
   color: #87300F;
 }
 .AnyTagClassName
 {
   color: #87300F;
 }
</style>

background-color css

<style>
 a { background-color: #87300F; }

 a { background-color: rgb(135,48,15); }

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

border-color css

<style>
 span { border-color: #87300F; }

 span { border-color: rgb(135,48,15); }

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