Html Css Color HEX #835000 Raw Umber

📋 copy color: '#835000'

red 131 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #835000

Tints of Raw Umber #835000

RGB

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

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

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

R = 62.09%
G = 37.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835000 (or 0x835000) is known color: Raw Umber. HEX triplet: 83, 50 and 00. RGB value is (131,80,0). Sum of RGB (Red+Green+Blue) = 131+80+0=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #835000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835000 is #7CAFFF. Grayscale: #565656. Windows color (decimal): -8171520 or 20611. OLE color: 20611.

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

Color convert

RGB 131 80 0 -
CMYK 0 0.39 1 0.49
HSL 36.64º 1% 0.26% -
HSV(B) 36.64º 1% 0.51% -
XYZ 12.23 10.56 1.39 -
YUV 86.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 131 80 0 0 0.39 1 0.49 36.64 1 0.26
Hex 83 50 0 0 27 64 31 25 64 1A
Octal 203 120 0 0 47 144 61 45 144 32
Binary 10000011 1010000 0 0 100111 1100100 110001 100101 1100100 11010

Color Harmonies of #835000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835000

Black with #835000

Text Example


Text Example

White with #835000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835000; }

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

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

background-color css

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

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

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

border-color css

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

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

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