Html Css Color HEX #83520F Raw Umber

📋 copy color: '#83520F'

red 131 ◦ green 82 ◦ blue 15

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

Shades of Raw Umber #83520F

Tints of Raw Umber #83520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 57.46%
G = 35.96%
B = 6.58%

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

#83520F (or 0x83520F) is known color: Raw Umber. HEX triplet: 83, 52 and 0F. RGB value is (131,82,15). Sum of RGB (Red+Green+Blue) = 131+82+15=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83520F is #7CADF0. Grayscale: #595959. Windows color (decimal): -8170993 or 1004163. OLE color: 1004163.

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

Color convert

RGB 131 82 15 -
CMYK 0 0.37 0.89 0.49
HSL 34.66º 0.79% 0.29% -
HSV(B) 34.66º 0.89% 0.51% -
XYZ 12.46 10.89 1.9 -
YUV 89.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 131 82 15 0 0.37 0.89 0.49 34.66 0.79 0.29
Hex 83 52 F 0 25 59 31 23 4F 1D
Octal 203 122 17 0 45 131 61 43 117 35
Binary 10000011 1010010 1111 0 100101 1011001 110001 100011 1001111 11101

Color Harmonies of #83520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83520F

Black with #83520F

Text Example


Text Example

White with #83520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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