Html Css Color HEX #835303 Raw Umber

📋 copy color: '#835303'

red 131 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #835303

Tints of Raw Umber #835303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 60.37%
G = 38.25%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#835303 (or 0x835303) is known color: Raw Umber. HEX triplet: 83, 53 and 03. RGB value is (131,83,3). Sum of RGB (Red+Green+Blue) = 131+83+3=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #835303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835303 is #7CACFC. Grayscale: #585858. Windows color (decimal): -8170749 or 217987. OLE color: 217987.

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

Color convert

RGB 131 83 3 -
CMYK 0 0.37 0.98 0.49
HSL 37.5º 0.96% 0.26% -
HSV(B) 37.5º 0.98% 0.51% -
XYZ 12.47 11.02 1.56 -
YUV 88.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 131 83 3 0 0.37 0.98 0.49 37.5 0.96 0.26
Hex 83 53 3 0 25 62 31 26 60 1A
Octal 203 123 3 0 45 142 61 46 140 32
Binary 10000011 1010011 11 0 100101 1100010 110001 100110 1100000 11010

Color Harmonies of #835303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835303

Black with #835303

Text Example


Text Example

White with #835303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835303; }

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

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

background-color css

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

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

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

border-color css

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

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

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