Html Css Color HEX #885400 Raw Umber

📋 copy color: '#885400'

red 136 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #885400

Tints of Raw Umber #885400

RGB

 RED value IS 136 (53.52% from 255) = 61.82%

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

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

R = 61.82%
G = 38.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#885400 (or 0x885400) is known color: Raw Umber. HEX triplet: 88, 54 and 00. RGB value is (136,84,0). Sum of RGB (Red+Green+Blue) = 136+84+0=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #885400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885400 is #77ABFF. Grayscale: #5A5A5A. Windows color (decimal): -7842816 or 21640. OLE color: 21640.

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

Color convert

RGB 136 84 0 -
CMYK 0 0.38 1 0.47
HSL 37.06º 1% 0.27% -
HSV(B) 37.06º 1% 0.53% -
XYZ 13.32 11.57 1.53 -
YUV 89.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 136 84 0 0 0.38 1 0.47 37.06 1 0.27
Hex 88 54 0 0 26 64 2F 25 64 1B
Octal 210 124 0 0 46 144 57 45 144 33
Binary 10001000 1010100 0 0 100110 1100100 101111 100101 1100100 11011

Color Harmonies of #885400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885400

Black with #885400

Text Example


Text Example

White with #885400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885400; }

 p { color: rgb(136,84,0); }

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

background-color css

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

 a { background-color: rgb(136,84,0); }

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

border-color css

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

 span { border-color: rgb(136,84,0); }

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