Html Css Color HEX #912C1B Burnt Umber

📋 copy color: '#912C1B'

red 145 ◦ green 44 ◦ blue 27

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

Shades of Burnt Umber #912C1B

Tints of Burnt Umber #912C1B

RGB

 RED value IS 145 (57.03% from 255) = 67.13%

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 67.13%
G = 20.37%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#912C1B (or 0x912C1B) is known color: Burnt Umber. HEX triplet: 91, 2C and 1B. RGB value is (145,44,27). Sum of RGB (Red+Green+Blue) = 145+44+27=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #912C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C1B is #6ED3E4. Grayscale: #484848. Windows color (decimal): -7263205 or 1780881. OLE color: 1780881.

HSL color Cylindrical-coordinate representation of color #912C1B: hue angle of 8.64º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #912C1B is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 44 27 -
CMYK 0 0.70 0.81 0.43
HSL 8.64º 0.69% 0.34% -
HSV(B) 8.64º 0.81% 0.57% -
XYZ 12.78 7.9 1.89 -
YUV 72.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 145 44 27 0 0.70 0.81 0.43 8.64 0.69 0.34
Hex 91 2C 1B 0 46 51 2B 9 45 22
Octal 221 54 33 0 106 121 53 11 105 42
Binary 10010001 101100 11011 0 1000110 1010001 101011 1001 1000101 100010

Color Harmonies of #912C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C1B

Black with #912C1B

Text Example


Text Example

White with #912C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912C1B; }

 p { color: rgb(145,44,27); }

 H1.HeaderClassName
 {
   color: #912C1B;
 }
 .AnyTagClassName
 {
   color: #912C1B;
 }
</style>

background-color css

<style>
 a { background-color: #912C1B; }

 a { background-color: rgb(145,44,27); }

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

border-color css

<style>
 span { border-color: #912C1B; }

 span { border-color: rgb(145,44,27); }

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