Html Css Color HEX #835307 Raw Umber

📋 copy color: '#835307'

red 131 ◦ green 83 ◦ blue 7

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

Shades of Raw Umber #835307

Tints of Raw Umber #835307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

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

R = 59.28%
G = 37.56%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#835307 (or 0x835307) is known color: Raw Umber. HEX triplet: 83, 53 and 07. RGB value is (131,83,7). Sum of RGB (Red+Green+Blue) = 131+83+7=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #835307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835307 is #7CACF8. Grayscale: #595959. Windows color (decimal): -8170745 or 480131. OLE color: 480131.

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

Color convert

RGB 131 83 7 -
CMYK 0 0.37 0.95 0.49
HSL 36.77º 0.9% 0.27% -
HSV(B) 36.77º 0.95% 0.51% -
XYZ 12.49 11.03 1.67 -
YUV 88.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 131 83 7 0 0.37 0.95 0.49 36.77 0.9 0.27
Hex 83 53 7 0 25 5F 31 25 5A 1B
Octal 203 123 7 0 45 137 61 45 132 33
Binary 10000011 1010011 111 0 100101 1011111 110001 100101 1011010 11011

Color Harmonies of #835307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835307

Black with #835307

Text Example


Text Example

White with #835307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835307; }

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

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

background-color css

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

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

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

border-color css

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

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

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