Html Css Color HEX #835306 Raw Umber

📋 copy color: '#835306'

red 131 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #835306

Tints of Raw Umber #835306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 59.55%
G = 37.73%
B = 2.73%

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

#835306 (or 0x835306) is known color: Raw Umber. HEX triplet: 83, 53 and 06. RGB value is (131,83,6). Sum of RGB (Red+Green+Blue) = 131+83+6=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #835306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835306 is #7CACF9. Grayscale: #585858. Windows color (decimal): -8170746 or 414595. OLE color: 414595.

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

Color convert

RGB 131 83 6 -
CMYK 0 0.37 0.95 0.49
HSL 36.96º 0.91% 0.27% -
HSV(B) 36.96º 0.95% 0.51% -
XYZ 12.49 11.02 1.64 -
YUV 88.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 131 83 6 0 0.37 0.95 0.49 36.96 0.91 0.27
Hex 83 53 6 0 25 5F 31 25 5B 1B
Octal 203 123 6 0 45 137 61 45 133 33
Binary 10000011 1010011 110 0 100101 1011111 110001 100101 1011011 11011

Color Harmonies of #835306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835306

Black with #835306

Text Example


Text Example

White with #835306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835306; }

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

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

background-color css

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

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

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

border-color css

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

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

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