Html Css Color HEX #855007 Raw Umber

📋 copy color: '#855007'

red 133 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #855007

Tints of Raw Umber #855007

RGB

 RED value IS 133 (52.34% from 255) = 60.45%

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 60.45%
G = 36.36%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#855007 (or 0x855007) is known color: Raw Umber. HEX triplet: 85, 50 and 07. RGB value is (133,80,7). Sum of RGB (Red+Green+Blue) = 133+80+7=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855007 is #7AAFF8. Grayscale: #575757. Windows color (decimal): -8040441 or 479365. OLE color: 479365.

HSL color Cylindrical-coordinate representation of color #855007: hue angle of 34.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #855007 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 7 -
CMYK 0 0.40 0.95 0.48
HSL 34.76º 0.9% 0.27% -
HSV(B) 34.76º 0.95% 0.52% -
XYZ 12.58 10.74 1.61 -
YUV 87.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 133 80 7 0 0.40 0.95 0.48 34.76 0.9 0.27
Hex 85 50 7 0 28 5F 30 23 5A 1B
Octal 205 120 7 0 50 137 60 43 132 33
Binary 10000101 1010000 111 0 101000 1011111 110000 100011 1011010 11011

Color Harmonies of #855007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855007

Black with #855007

Text Example


Text Example

White with #855007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855007; }

 p { color: rgb(133,80,7); }

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

background-color css

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

 a { background-color: rgb(133,80,7); }

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

border-color css

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

 span { border-color: rgb(133,80,7); }

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