Html Css Color HEX #942805 Burnt Umber

📋 copy color: '#942805'

red 148 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #942805

Tints of Burnt Umber #942805

RGB

 RED value IS 148 (58.2% from 255) = 76.68%

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

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

R = 76.68%
G = 20.73%
B = 2.59%

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

#942805 (or 0x942805) is known color: Burnt Umber. HEX triplet: 94, 28 and 05. RGB value is (148,40,5). Sum of RGB (Red+Green+Blue) = 148+40+5=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #942805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942805 is #6BD7FA. Grayscale: #444444. Windows color (decimal): -7067643 or 338068. OLE color: 338068.

HSL color Cylindrical-coordinate representation of color #942805: hue angle of 14.69º 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 #942805 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 5 -
CMYK 0 0.73 0.97 0.42
HSL 14.69º 0.93% 0.3% -
HSV(B) 14.69º 0.97% 0.58% -
XYZ 13 7.82 0.97 -
YUV 68.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 148 40 5 0 0.73 0.97 0.42 14.69 0.93 0.3
Hex 94 28 5 0 49 61 2A F 5D 1E
Octal 224 50 5 0 111 141 52 17 135 36
Binary 10010100 101000 101 0 1001001 1100001 101010 1111 1011101 11110

Color Harmonies of #942805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942805

Black with #942805

Text Example


Text Example

White with #942805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942805; }

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

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

background-color css

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

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

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

border-color css

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

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

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