Html Css Color HEX #875401 Raw Umber

📋 copy color: '#875401'

red 135 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #875401

Tints of Raw Umber #875401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 61.36%
G = 38.18%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#875401 (or 0x875401) is known color: Raw Umber. HEX triplet: 87, 54 and 01. RGB value is (135,84,1). Sum of RGB (Red+Green+Blue) = 135+84+1=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875401 is #78ABFE. Grayscale: #5A5A5A. Windows color (decimal): -7908351 or 87175. OLE color: 87175.

HSL color Cylindrical-coordinate representation of color #875401: hue angle of 37.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #875401 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 1 -
CMYK 0 0.38 0.99 0.47
HSL 37.16º 0.99% 0.27% -
HSV(B) 37.16º 0.99% 0.53% -
XYZ 13.17 11.49 1.55 -
YUV 89.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 135 84 1 0 0.38 0.99 0.47 37.16 0.99 0.27
Hex 87 54 1 0 26 63 2F 25 63 1B
Octal 207 124 1 0 46 143 57 45 143 33
Binary 10000111 1010100 1 0 100110 1100011 101111 100101 1100011 11011

Color Harmonies of #875401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875401

Black with #875401

Text Example


Text Example

White with #875401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875401; }

 p { color: rgb(135,84,1); }

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

background-color css

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

 a { background-color: rgb(135,84,1); }

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

border-color css

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

 span { border-color: rgb(135,84,1); }

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