Html Css Color HEX #91361A Burnt Umber

📋 copy color: '#91361A'

red 145 ◦ green 54 ◦ blue 26

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

Shades of Burnt Umber #91361A

Tints of Burnt Umber #91361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 64.44%
G = 24%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91361A (or 0x91361A) is known color: Burnt Umber. HEX triplet: 91, 36 and 1A. RGB value is (145,54,26). Sum of RGB (Red+Green+Blue) = 145+54+26=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #91361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91361A is #6EC9E5. Grayscale: #4E4E4E. Windows color (decimal): -7260646 or 1717905. OLE color: 1717905.

HSL color Cylindrical-coordinate representation of color #91361A: hue angle of 14.12º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91361A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 54 26 -
CMYK 0 0.63 0.82 0.43
HSL 14.12º 0.7% 0.34% -
HSV(B) 14.12º 0.82% 0.57% -
XYZ 13.18 8.73 1.97 -
YUV 78.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 145 54 26 0 0.63 0.82 0.43 14.12 0.7 0.34
Hex 91 36 1A 0 3F 52 2B E 46 22
Octal 221 66 32 0 77 122 53 16 106 42
Binary 10010001 110110 11010 0 111111 1010010 101011 1110 1000110 100010

Color Harmonies of #91361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91361A

Black with #91361A

Text Example


Text Example

White with #91361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91361A; }

 p { color: rgb(145,54,26); }

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

background-color css

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

 a { background-color: rgb(145,54,26); }

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

border-color css

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

 span { border-color: rgb(145,54,26); }

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