Html Css Color HEX #835305 Raw Umber

📋 copy color: '#835305'

red 131 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #835305

Tints of Raw Umber #835305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 59.82%
G = 37.9%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#835305 (or 0x835305) is known color: Raw Umber. HEX triplet: 83, 53 and 05. RGB value is (131,83,5). Sum of RGB (Red+Green+Blue) = 131+83+5=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #835305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835305 is #7CACFA. Grayscale: #585858. Windows color (decimal): -8170747 or 349059. OLE color: 349059.

HSL color Cylindrical-coordinate representation of color #835305: hue angle of 37.14º 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 #835305 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 5 -
CMYK 0 0.37 0.96 0.49
HSL 37.14º 0.93% 0.27% -
HSV(B) 37.14º 0.96% 0.51% -
XYZ 12.48 11.02 1.61 -
YUV 88.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 131 83 5 0 0.37 0.96 0.49 37.14 0.93 0.27
Hex 83 53 5 0 25 60 31 25 5D 1B
Octal 203 123 5 0 45 140 61 45 135 33
Binary 10000011 1010011 101 0 100101 1100000 110001 100101 1011101 11011

Color Harmonies of #835305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835305

Black with #835305

Text Example


Text Example

White with #835305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835305; }

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

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

background-color css

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

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

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

border-color css

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

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

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