Html Css Color HEX #835003 Raw Umber

📋 copy color: '#835003'

red 131 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #835003

Tints of Raw Umber #835003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 61.21%
G = 37.38%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#835003 (or 0x835003) is known color: Raw Umber. HEX triplet: 83, 50 and 03. RGB value is (131,80,3). Sum of RGB (Red+Green+Blue) = 131+80+3=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #835003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835003 is #7CAFFC. Grayscale: #565656. Windows color (decimal): -8171517 or 217219. OLE color: 217219.

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

Color convert

RGB 131 80 3 -
CMYK 0 0.39 0.98 0.49
HSL 36.09º 0.96% 0.26% -
HSV(B) 36.09º 0.98% 0.51% -
XYZ 12.25 10.57 1.48 -
YUV 86.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 131 80 3 0 0.39 0.98 0.49 36.09 0.96 0.26
Hex 83 50 3 0 27 62 31 24 60 1A
Octal 203 120 3 0 47 142 61 44 140 32
Binary 10000011 1010000 11 0 100111 1100010 110001 100100 1100000 11010

Color Harmonies of #835003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835003

Black with #835003

Text Example


Text Example

White with #835003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835003; }

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

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

background-color css

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

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

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

border-color css

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

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

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