Html Css Color HEX #805315 Raw Umber

📋 copy color: '#805315'

red 128 ◦ green 83 ◦ blue 21

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

Shades of Raw Umber #805315

Tints of Raw Umber #805315

RGB

 RED value IS 128 (50.39% from 255) = 55.17%

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 55.17%
G = 35.78%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805315 (or 0x805315) is known color: Raw Umber. HEX triplet: 80, 53 and 15. RGB value is (128,83,21). Sum of RGB (Red+Green+Blue) = 128+83+21=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805315 is #7FACEA. Grayscale: #595959. Windows color (decimal): -8367339 or 1397632. OLE color: 1397632.

HSL color Cylindrical-coordinate representation of color #805315: hue angle of 34.77º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805315 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 21 -
CMYK 0 0.35 0.84 0.50
HSL 34.77º 0.72% 0.29% -
HSV(B) 34.77º 0.84% 0.5% -
XYZ 12.13 10.83 2.16 -
YUV 89.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 128 83 21 0 0.35 0.84 0.50 34.77 0.72 0.29
Hex 80 53 15 0 23 54 32 23 48 1D
Octal 200 123 25 0 43 124 62 43 110 35
Binary 10000000 1010011 10101 0 100011 1010100 110010 100011 1001000 11101

Color Harmonies of #805315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805315

Black with #805315

Text Example


Text Example

White with #805315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805315; }

 p { color: rgb(128,83,21); }

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

background-color css

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

 a { background-color: rgb(128,83,21); }

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

border-color css

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

 span { border-color: rgb(128,83,21); }

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