Html Css Color HEX #94351B Burnt Umber

📋 copy color: '#94351B'

red 148 ◦ green 53 ◦ blue 27

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

Shades of Burnt Umber #94351B

Tints of Burnt Umber #94351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 64.91%
G = 23.25%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94351B (or 0x94351B) is known color: Burnt Umber. HEX triplet: 94, 35 and 1B. RGB value is (148,53,27). Sum of RGB (Red+Green+Blue) = 148+53+27=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94351B is #6BCAE4. Grayscale: #4E4E4E. Windows color (decimal): -7064293 or 1783188. OLE color: 1783188.

HSL color Cylindrical-coordinate representation of color #94351B: hue angle of 12.89º degrees, saturation: 0.69, 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 #94351B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 27 -
CMYK 0 0.64 0.82 0.42
HSL 12.89º 0.69% 0.34% -
HSV(B) 12.89º 0.82% 0.58% -
XYZ 13.68 8.92 2.04 -
YUV 78.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 148 53 27 0 0.64 0.82 0.42 12.89 0.69 0.34
Hex 94 35 1B 0 40 52 2A D 45 22
Octal 224 65 33 0 100 122 52 15 105 42
Binary 10010100 110101 11011 0 1000000 1010010 101010 1101 1000101 100010

Color Harmonies of #94351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94351B

Black with #94351B

Text Example


Text Example

White with #94351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94351B; }

 p { color: rgb(148,53,27); }

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

background-color css

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

 a { background-color: rgb(148,53,27); }

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

border-color css

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

 span { border-color: rgb(148,53,27); }

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