Html Css Color HEX #835310 Raw Umber

📋 copy color: '#835310'

red 131 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #835310

Tints of Raw Umber #835310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 56.96%
G = 36.09%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#835310 (or 0x835310) is known color: Raw Umber. HEX triplet: 83, 53 and 10. RGB value is (131,83,16). Sum of RGB (Red+Green+Blue) = 131+83+16=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835310 is #7CACEF. Grayscale: #5A5A5A. Windows color (decimal): -8170736 or 1069955. OLE color: 1069955.

HSL color Cylindrical-coordinate representation of color #835310: hue angle of 34.96º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #835310 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 16 -
CMYK 0 0.37 0.88 0.49
HSL 34.96º 0.78% 0.29% -
HSV(B) 34.96º 0.88% 0.51% -
XYZ 12.55 11.05 1.96 -
YUV 89.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 131 83 16 0 0.37 0.88 0.49 34.96 0.78 0.29
Hex 83 53 10 0 25 58 31 23 4E 1D
Octal 203 123 20 0 45 130 61 43 116 35
Binary 10000011 1010011 10000 0 100101 1011000 110001 100011 1001110 11101

Color Harmonies of #835310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835310

Black with #835310

Text Example


Text Example

White with #835310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835310; }

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

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

background-color css

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

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

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

border-color css

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

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

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