Html Css Color HEX #835501 Raw Umber

📋 copy color: '#835501'

red 131 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #835501

Tints of Raw Umber #835501

RGB

 RED value IS 131 (51.56% from 255) = 60.37%

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

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

R = 60.37%
G = 39.17%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#835501 (or 0x835501) is known color: Raw Umber. HEX triplet: 83, 55 and 01. RGB value is (131,85,1). Sum of RGB (Red+Green+Blue) = 131+85+1=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #835501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835501 is #7CAAFE. Grayscale: #595959. Windows color (decimal): -8170239 or 87427. OLE color: 87427.

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

Color convert

RGB 131 85 1 -
CMYK 0 0.35 0.99 0.49
HSL 38.77º 0.98% 0.26% -
HSV(B) 38.77º 0.99% 0.51% -
XYZ 12.61 11.32 1.55 -
YUV 89.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 131 85 1 0 0.35 0.99 0.49 38.77 0.98 0.26
Hex 83 55 1 0 23 63 31 27 62 1A
Octal 203 125 1 0 43 143 61 47 142 32
Binary 10000011 1010101 1 0 100011 1100011 110001 100111 1100010 11010

Color Harmonies of #835501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835501

Black with #835501

Text Example


Text Example

White with #835501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835501; }

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

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

background-color css

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

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

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

border-color css

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

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

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