Html Css Color HEX #835700 Raw Umber

📋 copy color: '#835700'

red 131 ◦ green 87 ◦ blue 0

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

Shades of Raw Umber #835700

Tints of Raw Umber #835700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 60.09%
G = 39.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835700 (or 0x835700) is known color: Raw Umber. HEX triplet: 83, 57 and 00. RGB value is (131,87,0). Sum of RGB (Red+Green+Blue) = 131+87+0=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #835700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835700 is #7CA8FF. Grayscale: #5A5A5A. Windows color (decimal): -8169728 or 22403. OLE color: 22403.

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

Color convert

RGB 131 87 0 -
CMYK 0 0.34 1 0.49
HSL 39.85º 1% 0.26% -
HSV(B) 39.85º 1% 0.51% -
XYZ 12.77 11.64 1.57 -
YUV 90.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 131 87 0 0 0.34 1 0.49 39.85 1 0.26
Hex 83 57 0 0 22 64 31 28 64 1A
Octal 203 127 0 0 42 144 61 50 144 32
Binary 10000011 1010111 0 0 100010 1100100 110001 101000 1100100 11010

Color Harmonies of #835700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835700

Black with #835700

Text Example


Text Example

White with #835700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835700; }

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

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

background-color css

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

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

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

border-color css

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

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

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