Html Css Color HEX #913718 Burnt Umber

📋 copy color: '#913718'

red 145 ◦ green 55 ◦ blue 24

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

Shades of Burnt Umber #913718

Tints of Burnt Umber #913718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 64.73%
G = 24.55%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#913718 (or 0x913718) is known color: Burnt Umber. HEX triplet: 91, 37 and 18. RGB value is (145,55,24). Sum of RGB (Red+Green+Blue) = 145+55+24=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #913718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913718 is #6EC8E7. Grayscale: #4E4E4E. Windows color (decimal): -7260392 or 1587089. OLE color: 1587089.

HSL color Cylindrical-coordinate representation of color #913718: hue angle of 15.37º degrees, saturation: 0.72, 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 #913718 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 24 -
CMYK 0 0.62 0.83 0.43
HSL 15.37º 0.72% 0.33% -
HSV(B) 15.37º 0.83% 0.57% -
XYZ 13.21 8.82 1.87 -
YUV 78.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 145 55 24 0 0.62 0.83 0.43 15.37 0.72 0.33
Hex 91 37 18 0 3E 53 2B F 48 21
Octal 221 67 30 0 76 123 53 17 110 41
Binary 10010001 110111 11000 0 111110 1010011 101011 1111 1001000 100001

Color Harmonies of #913718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913718

Black with #913718

Text Example


Text Example

White with #913718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913718; }

 p { color: rgb(145,55,24); }

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

background-color css

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

 a { background-color: rgb(145,55,24); }

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

border-color css

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

 span { border-color: rgb(145,55,24); }

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