Html Css Color HEX #932805 Burnt Umber

📋 copy color: '#932805'

red 147 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #932805

Tints of Burnt Umber #932805

RGB

 RED value IS 147 (57.81% from 255) = 76.56%

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 76.56%
G = 20.83%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#932805 (or 0x932805) is known color: Burnt Umber. HEX triplet: 93, 28 and 05. RGB value is (147,40,5). Sum of RGB (Red+Green+Blue) = 147+40+5=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #932805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932805 is #6CD7FA. Grayscale: #444444. Windows color (decimal): -7133179 or 338067. OLE color: 338067.

HSL color Cylindrical-coordinate representation of color #932805: hue angle of 14.79º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #932805 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 5 -
CMYK 0 0.73 0.97 0.42
HSL 14.79º 0.93% 0.3% -
HSV(B) 14.79º 0.97% 0.58% -
XYZ 12.82 7.73 0.96 -
YUV 68 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 147 40 5 0 0.73 0.97 0.42 14.79 0.93 0.3
Hex 93 28 5 0 49 61 2A F 5D 1E
Octal 223 50 5 0 111 141 52 17 135 36
Binary 10010011 101000 101 0 1001001 1100001 101010 1111 1011101 11110

Color Harmonies of #932805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932805

Black with #932805

Text Example


Text Example

White with #932805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932805; }

 p { color: rgb(147,40,5); }

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

background-color css

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

 a { background-color: rgb(147,40,5); }

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

border-color css

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

 span { border-color: rgb(147,40,5); }

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