Html Css Color HEX #942F0D Burnt Umber

📋 copy color: '#942F0D'

red 148 ◦ green 47 ◦ blue 13

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

Shades of Burnt Umber #942F0D

Tints of Burnt Umber #942F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.6%

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 71.15%
G = 22.6%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942F0D (or 0x942F0D) is known color: Burnt Umber. HEX triplet: 94, 2F and 0D. RGB value is (148,47,13). Sum of RGB (Red+Green+Blue) = 148+47+13=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #942F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F0D is #6BD0F2. Grayscale: #494949. Windows color (decimal): -7065843 or 864148. OLE color: 864148.

HSL color Cylindrical-coordinate representation of color #942F0D: hue angle of 15.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #942F0D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 13 -
CMYK 0 0.68 0.91 0.42
HSL 15.11º 0.84% 0.32% -
HSV(B) 15.11º 0.91% 0.58% -
XYZ 13.3 8.36 1.29 -
YUV 73.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 148 47 13 0 0.68 0.91 0.42 15.11 0.84 0.32
Hex 94 2F D 0 44 5B 2A F 54 20
Octal 224 57 15 0 104 133 52 17 124 40
Binary 10010100 101111 1101 0 1000100 1011011 101010 1111 1010100 100000

Color Harmonies of #942F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F0D

Black with #942F0D

Text Example


Text Example

White with #942F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,47,13); }

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

background-color css

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

 a { background-color: rgb(148,47,13); }

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

border-color css

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

 span { border-color: rgb(148,47,13); }

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