Html Css Color HEX #815501 Raw Umber

📋 copy color: '#815501'

red 129 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #815501

Tints of Raw Umber #815501

RGB

 RED value IS 129 (50.78% from 255) = 60%

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 60%
G = 39.53%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#815501 (or 0x815501) is known color: Raw Umber. HEX triplet: 81, 55 and 01. RGB value is (129,85,1). Sum of RGB (Red+Green+Blue) = 129+85+1=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #815501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815501 is #7EAAFE. Grayscale: #585858. Windows color (decimal): -8301311 or 87425. OLE color: 87425.

HSL color Cylindrical-coordinate representation of color #815501: hue angle of 39.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #815501 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 1 -
CMYK 0 0.34 0.99 0.49
HSL 39.38º 0.98% 0.25% -
HSV(B) 39.38º 0.99% 0.51% -
XYZ 12.31 11.17 1.54 -
YUV 88.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 129 85 1 0 0.34 0.99 0.49 39.38 0.98 0.25
Hex 81 55 1 0 22 63 31 27 62 19
Octal 201 125 1 0 42 143 61 47 142 31
Binary 10000001 1010101 1 0 100010 1100011 110001 100111 1100010 11001

Color Harmonies of #815501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815501

Black with #815501

Text Example


Text Example

White with #815501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815501; }

 p { color: rgb(129,85,1); }

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

background-color css

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

 a { background-color: rgb(129,85,1); }

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

border-color css

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

 span { border-color: rgb(129,85,1); }

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