Html Css Color HEX #94331A Burnt Umber

📋 copy color: '#94331A'

red 148 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #94331A

Tints of Burnt Umber #94331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 65.78%
G = 22.67%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94331A (or 0x94331A) is known color: Burnt Umber. HEX triplet: 94, 33 and 1A. RGB value is (148,51,26). Sum of RGB (Red+Green+Blue) = 148+51+26=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94331A is #6BCCE5. Grayscale: #4D4D4D. Windows color (decimal): -7064806 or 1717140. OLE color: 1717140.

HSL color Cylindrical-coordinate representation of color #94331A: hue angle of 12.3º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94331A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 26 -
CMYK 0 0.66 0.82 0.42
HSL 12.3º 0.7% 0.34% -
HSV(B) 12.3º 0.82% 0.58% -
XYZ 13.58 8.74 1.95 -
YUV 77.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 148 51 26 0 0.66 0.82 0.42 12.3 0.7 0.34
Hex 94 33 1A 0 42 52 2A C 46 22
Octal 224 63 32 0 102 122 52 14 106 42
Binary 10010100 110011 11010 0 1000010 1010010 101010 1100 1000110 100010

Color Harmonies of #94331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94331A

Black with #94331A

Text Example


Text Example

White with #94331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94331A; }

 p { color: rgb(148,51,26); }

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

background-color css

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

 a { background-color: rgb(148,51,26); }

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

border-color css

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

 span { border-color: rgb(148,51,26); }

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