Html Css Color HEX #875300 Raw Umber

📋 copy color: '#875300'

red 135 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #875300

Tints of Raw Umber #875300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.93%
G = 38.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#875300 (or 0x875300) is known color: Raw Umber. HEX triplet: 87, 53 and 00. RGB value is (135,83,0). Sum of RGB (Red+Green+Blue) = 135+83+0=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #875300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875300 is #78ACFF. Grayscale: #595959. Windows color (decimal): -7908608 or 21383. OLE color: 21383.

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

Color convert

RGB 135 83 0 -
CMYK 0 0.39 1 0.47
HSL 36.89º 1% 0.26% -
HSV(B) 36.89º 1% 0.53% -
XYZ 13.08 11.34 1.5 -
YUV 89.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 135 83 0 0 0.39 1 0.47 36.89 1 0.26
Hex 87 53 0 0 27 64 2F 25 64 1A
Octal 207 123 0 0 47 144 57 45 144 32
Binary 10000111 1010011 0 0 100111 1100100 101111 100101 1100100 11010

Color Harmonies of #875300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875300

Black with #875300

Text Example


Text Example

White with #875300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875300; }

 p { color: rgb(135,83,0); }

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

background-color css

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

 a { background-color: rgb(135,83,0); }

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

border-color css

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

 span { border-color: rgb(135,83,0); }

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