Html Css Color HEX #835007 Raw Umber

📋 copy color: '#835007'

red 131 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #835007

Tints of Raw Umber #835007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.21%

R = 60.09%
G = 36.7%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#835007 (or 0x835007) is known color: Raw Umber. HEX triplet: 83, 50 and 07. RGB value is (131,80,7). Sum of RGB (Red+Green+Blue) = 131+80+7=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #835007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835007 is #7CAFF8. Grayscale: #575757. Windows color (decimal): -8171513 or 479363. OLE color: 479363.

HSL color Cylindrical-coordinate representation of color #835007: hue angle of 35.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #835007 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 7 -
CMYK 0 0.39 0.95 0.49
HSL 35.32º 0.9% 0.27% -
HSV(B) 35.32º 0.95% 0.51% -
XYZ 12.27 10.58 1.6 -
YUV 86.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 131 80 7 0 0.39 0.95 0.49 35.32 0.9 0.27
Hex 83 50 7 0 27 5F 31 23 5A 1B
Octal 203 120 7 0 47 137 61 43 132 33
Binary 10000011 1010000 111 0 100111 1011111 110001 100011 1011010 11011

Color Harmonies of #835007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835007

Black with #835007

Text Example


Text Example

White with #835007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835007; }

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

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

background-color css

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

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

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

border-color css

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

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

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