Html Css Color HEX #94270E Burnt Umber

📋 copy color: '#94270E'

red 148 ◦ green 39 ◦ blue 14

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

Shades of Burnt Umber #94270E

Tints of Burnt Umber #94270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 73.63%
G = 19.4%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94270E (or 0x94270E) is known color: Burnt Umber. HEX triplet: 94, 27 and 0E. RGB value is (148,39,14). Sum of RGB (Red+Green+Blue) = 148+39+14=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #94270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94270E is #6BD8F1. Grayscale: #444444. Windows color (decimal): -7067890 or 927636. OLE color: 927636.

HSL color Cylindrical-coordinate representation of color #94270E: hue angle of 11.19º degrees, saturation: 0.83, 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 #94270E is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 39 14 -
CMYK 0 0.74 0.91 0.42
HSL 11.19º 0.83% 0.32% -
HSV(B) 11.19º 0.91% 0.58% -
XYZ 13.02 7.78 1.23 -
YUV 68.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 148 39 14 0 0.74 0.91 0.42 11.19 0.83 0.32
Hex 94 27 E 0 4A 5B 2A B 53 20
Octal 224 47 16 0 112 133 52 13 123 40
Binary 10010100 100111 1110 0 1001010 1011011 101010 1011 1010011 100000

Color Harmonies of #94270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94270E

Black with #94270E

Text Example


Text Example

White with #94270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94270E; }

 p { color: rgb(148,39,14); }

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

background-color css

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

 a { background-color: rgb(148,39,14); }

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

border-color css

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

 span { border-color: rgb(148,39,14); }

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