Html Css Color HEX #942A08 Burnt Umber

📋 copy color: '#942A08'

red 148 ◦ green 42 ◦ blue 8

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

Shades of Burnt Umber #942A08

Tints of Burnt Umber #942A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.21%

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 74.75%
G = 21.21%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#942A08 (or 0x942A08) is known color: Burnt Umber. HEX triplet: 94, 2A and 08. RGB value is (148,42,8). Sum of RGB (Red+Green+Blue) = 148+42+8=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #942A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A08 is #6BD5F7. Grayscale: #464646. Windows color (decimal): -7067128 or 535188. OLE color: 535188.

HSL color Cylindrical-coordinate representation of color #942A08: hue angle of 14.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #942A08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 8 -
CMYK 0 0.72 0.95 0.42
HSL 14.57º 0.9% 0.31% -
HSV(B) 14.57º 0.95% 0.58% -
XYZ 13.08 7.97 1.08 -
YUV 69.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 148 42 8 0 0.72 0.95 0.42 14.57 0.9 0.31
Hex 94 2A 8 0 48 5F 2A F 5A 1F
Octal 224 52 10 0 110 137 52 17 132 37
Binary 10010100 101010 1000 0 1001000 1011111 101010 1111 1011010 11111

Color Harmonies of #942A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A08

Black with #942A08

Text Example


Text Example

White with #942A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A08; }

 p { color: rgb(148,42,8); }

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

background-color css

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

 a { background-color: rgb(148,42,8); }

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

border-color css

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

 span { border-color: rgb(148,42,8); }

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