Html Css Color HEX #912919 Burnt Umber

📋 copy color: '#912919'

red 145 ◦ green 41 ◦ blue 25

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

Shades of Burnt Umber #912919

Tints of Burnt Umber #912919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 68.72%
G = 19.43%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912919 (or 0x912919) is known color: Burnt Umber. HEX triplet: 91, 29 and 19. RGB value is (145,41,25). Sum of RGB (Red+Green+Blue) = 145+41+25=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #912919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912919 is #6ED6E6. Grayscale: #464646. Windows color (decimal): -7263975 or 1649041. OLE color: 1649041.

HSL color Cylindrical-coordinate representation of color #912919: hue angle of 8º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #912919 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 25 -
CMYK 0 0.72 0.83 0.43
HSL 0.71% 0.33% -
HSV(B) 0.83% 0.57% -
XYZ 12.65 7.68 1.73 -
YUV 70.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 145 41 25 0 0.72 0.83 0.43 8 0.71 0.33
Hex 91 29 19 0 48 53 2B 8 47 21
Octal 221 51 31 0 110 123 53 10 107 41
Binary 10010001 101001 11001 0 1001000 1010011 101011 1000 1000111 100001

Color Harmonies of #912919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912919

Black with #912919

Text Example


Text Example

White with #912919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912919; }

 p { color: rgb(145,41,25); }

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

background-color css

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

 a { background-color: rgb(145,41,25); }

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

border-color css

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

 span { border-color: rgb(145,41,25); }

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