Html Css Color HEX #835504 Raw Umber

📋 copy color: '#835504'

red 131 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #835504

Tints of Raw Umber #835504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 59.55%
G = 38.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#835504 (or 0x835504) is known color: Raw Umber. HEX triplet: 83, 55 and 04. RGB value is (131,85,4). Sum of RGB (Red+Green+Blue) = 131+85+4=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #835504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835504 is #7CAAFB. Grayscale: #595959. Windows color (decimal): -8170236 or 284035. OLE color: 284035.

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

Color convert

RGB 131 85 4 -
CMYK 0 0.35 0.97 0.49
HSL 38.27º 0.94% 0.26% -
HSV(B) 38.27º 0.97% 0.51% -
XYZ 12.63 11.33 1.64 -
YUV 89.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 131 85 4 0 0.35 0.97 0.49 38.27 0.94 0.26
Hex 83 55 4 0 23 61 31 26 5E 1A
Octal 203 125 4 0 43 141 61 46 136 32
Binary 10000011 1010101 100 0 100011 1100001 110001 100110 1011110 11010

Color Harmonies of #835504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835504

Black with #835504

Text Example


Text Example

White with #835504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835504; }

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

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

background-color css

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

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

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

border-color css

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

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

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