Html Css Color HEX #83530F Raw Umber

📋 copy color: '#83530F'

red 131 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #83530F

Tints of Raw Umber #83530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 57.21%
G = 36.24%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83530F (or 0x83530F) is known color: Raw Umber. HEX triplet: 83, 53 and 0F. RGB value is (131,83,15). Sum of RGB (Red+Green+Blue) = 131+83+15=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83530F is #7CACF0. Grayscale: #595959. Windows color (decimal): -8170737 or 1004419. OLE color: 1004419.

HSL color Cylindrical-coordinate representation of color #83530F: hue angle of 35.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83530F is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 15 -
CMYK 0 0.37 0.89 0.49
HSL 35.17º 0.79% 0.29% -
HSV(B) 35.17º 0.89% 0.51% -
XYZ 12.54 11.05 1.92 -
YUV 89.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 131 83 15 0 0.37 0.89 0.49 35.17 0.79 0.29
Hex 83 53 F 0 25 59 31 23 4F 1D
Octal 203 123 17 0 45 131 61 43 117 35
Binary 10000011 1010011 1111 0 100101 1011001 110001 100011 1001111 11101

Color Harmonies of #83530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83530F

Black with #83530F

Text Example


Text Example

White with #83530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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