Html Css Color HEX #91331B Burnt Umber

📋 copy color: '#91331B'

red 145 ◦ green 51 ◦ blue 27

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

Shades of Burnt Umber #91331B

Tints of Burnt Umber #91331B

RGB

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

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

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

R = 65.02%
G = 22.87%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91331B (or 0x91331B) is known color: Burnt Umber. HEX triplet: 91, 33 and 1B. RGB value is (145,51,27). Sum of RGB (Red+Green+Blue) = 145+51+27=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91331B is #6ECCE4. Grayscale: #4C4C4C. Windows color (decimal): -7261413 or 1782673. OLE color: 1782673.

HSL color Cylindrical-coordinate representation of color #91331B: hue angle of 12.2º 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 #91331B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 27 -
CMYK 0 0.65 0.81 0.43
HSL 12.2º 0.69% 0.34% -
HSV(B) 12.2º 0.81% 0.57% -
XYZ 13.06 8.47 1.98 -
YUV 76.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 145 51 27 0 0.65 0.81 0.43 12.2 0.69 0.34
Hex 91 33 1B 0 41 51 2B C 45 22
Octal 221 63 33 0 101 121 53 14 105 42
Binary 10010001 110011 11011 0 1000001 1010001 101011 1100 1000101 100010

Color Harmonies of #91331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91331B

Black with #91331B

Text Example


Text Example

White with #91331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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