Html Css Color HEX #835500 Raw Umber

📋 copy color: '#835500'

red 131 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #835500

Tints of Raw Umber #835500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.65%
G = 39.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835500 (or 0x835500) is known color: Raw Umber. HEX triplet: 83, 55 and 00. RGB value is (131,85,0). Sum of RGB (Red+Green+Blue) = 131+85+0=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #835500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835500 is #7CAAFF. Grayscale: #595959. Windows color (decimal): -8170240 or 21891. OLE color: 21891.

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

Color convert

RGB 131 85 0 -
CMYK 0 0.35 1 0.49
HSL 38.93º 1% 0.26% -
HSV(B) 38.93º 1% 0.51% -
XYZ 12.61 11.32 1.52 -
YUV 89.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 131 85 0 0 0.35 1 0.49 38.93 1 0.26
Hex 83 55 0 0 23 64 31 27 64 1A
Octal 203 125 0 0 43 144 61 47 144 32
Binary 10000011 1010101 0 0 100011 1100100 110001 100111 1100100 11010

Color Harmonies of #835500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835500

Black with #835500

Text Example


Text Example

White with #835500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835500; }

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

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

background-color css

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

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

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

border-color css

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

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

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