Html Css Color HEX #835300 Raw Umber

📋 copy color: '#835300'

red 131 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #835300

Tints of Raw Umber #835300

RGB

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

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

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

R = 61.21%
G = 38.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#835300 (or 0x835300) is known color: Raw Umber. HEX triplet: 83, 53 and 00. RGB value is (131,83,0). Sum of RGB (Red+Green+Blue) = 131+83+0=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #835300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835300 is #7CACFF. Grayscale: #585858. Windows color (decimal): -8170752 or 21379. OLE color: 21379.

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

Color convert

RGB 131 83 0 -
CMYK 0 0.37 1 0.49
HSL 38.02º 1% 0.26% -
HSV(B) 38.02º 1% 0.51% -
XYZ 12.45 11.01 1.47 -
YUV 87.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 131 83 0 0 0.37 1 0.49 38.02 1 0.26
Hex 83 53 0 0 25 64 31 26 64 1A
Octal 203 123 0 0 45 144 61 46 144 32
Binary 10000011 1010011 0 0 100101 1100100 110001 100110 1100100 11010

Color Harmonies of #835300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835300

Black with #835300

Text Example


Text Example

White with #835300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835300; }

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

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

background-color css

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

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

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

border-color css

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

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

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