Html Css Color HEX #835505 Raw Umber

📋 copy color: '#835505'

red 131 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #835505

Tints of Raw Umber #835505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 59.28%
G = 38.46%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#835505 (or 0x835505) is known color: Raw Umber. HEX triplet: 83, 55 and 05. RGB value is (131,85,5). Sum of RGB (Red+Green+Blue) = 131+85+5=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #835505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835505 is #7CAAFA. Grayscale: #595959. Windows color (decimal): -8170235 or 349571. OLE color: 349571.

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

Color convert

RGB 131 85 5 -
CMYK 0 0.35 0.96 0.49
HSL 38.1º 0.93% 0.27% -
HSV(B) 38.1º 0.96% 0.51% -
XYZ 12.64 11.33 1.67 -
YUV 89.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 131 85 5 0 0.35 0.96 0.49 38.1 0.93 0.27
Hex 83 55 5 0 23 60 31 26 5D 1B
Octal 203 125 5 0 43 140 61 46 135 33
Binary 10000011 1010101 101 0 100011 1100000 110001 100110 1011101 11011

Color Harmonies of #835505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835505

Black with #835505

Text Example


Text Example

White with #835505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835505; }

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

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

background-color css

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

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

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

border-color css

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

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

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