Html Css Color HEX #932F13 Burnt Umber

📋 copy color: '#932F13'

red 147 ◦ green 47 ◦ blue 19

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

Shades of Burnt Umber #932F13

Tints of Burnt Umber #932F13

RGB

 RED value IS 147 (57.81% from 255) = 69.01%

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

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 69.01%
G = 22.07%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#932F13 (or 0x932F13) is known color: Burnt Umber. HEX triplet: 93, 2F and 13. RGB value is (147,47,19). Sum of RGB (Red+Green+Blue) = 147+47+19=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #932F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F13 is #6CD0EC. Grayscale: #494949. Windows color (decimal): -7131373 or 1257363. OLE color: 1257363.

HSL color Cylindrical-coordinate representation of color #932F13: hue angle of 13.12º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #932F13 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 47 19 -
CMYK 0 0.68 0.87 0.42
HSL 13.13º 0.77% 0.33% -
HSV(B) 13.13º 0.87% 0.58% -
XYZ 13.17 8.28 1.52 -
YUV 73.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 147 47 19 0 0.68 0.87 0.42 13.13 0.77 0.33
Hex 93 2F 13 0 44 57 2A D 4D 21
Octal 223 57 23 0 104 127 52 15 115 41
Binary 10010011 101111 10011 0 1000100 1010111 101010 1101 1001101 100001

Color Harmonies of #932F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932F13

Black with #932F13

Text Example


Text Example

White with #932F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932F13; }

 p { color: rgb(147,47,19); }

 H1.HeaderClassName
 {
   color: #932F13;
 }
 .AnyTagClassName
 {
   color: #932F13;
 }
</style>

background-color css

<style>
 a { background-color: #932F13; }

 a { background-color: rgb(147,47,19); }

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

border-color css

<style>
 span { border-color: #932F13; }

 span { border-color: rgb(147,47,19); }

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