Html Css Color HEX #993518 Burnt Umber

📋 copy color: '#993518'

red 153 ◦ green 53 ◦ blue 24

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

Shades of Burnt Umber #993518

Tints of Burnt Umber #993518

RGB

 RED value IS 153 (60.16% from 255) = 66.52%

 GREEN value IS 53 (21.09% from 255) = 23.04%

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

R = 66.52%
G = 23.04%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#993518 (or 0x993518) is known color: Burnt Umber. HEX triplet: 99, 35 and 18. RGB value is (153,53,24). Sum of RGB (Red+Green+Blue) = 153+53+24=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #993518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993518 is #66CAE7. Grayscale: #4F4F4F. Windows color (decimal): -6736616 or 1586585. OLE color: 1586585.

HSL color Cylindrical-coordinate representation of color #993518: hue angle of 13.49º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993518 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 24 -
CMYK 0 0.65 0.84 0.4
HSL 13.49º 0.73% 0.35% -
HSV(B) 13.49º 0.84% 0.6% -
XYZ 14.57 9.38 1.91 -
YUV 79.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 153 53 24 0 0.65 0.84 0.4 13.49 0.73 0.35
Hex 99 35 18 0 41 54 28 D 49 23
Octal 231 65 30 0 101 124 50 15 111 43
Binary 10011001 110101 11000 0 1000001 1010100 101000 1101 1001001 100011

Color Harmonies of #993518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993518

Black with #993518

Text Example


Text Example

White with #993518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993518; }

 p { color: rgb(153,53,24); }

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

background-color css

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

 a { background-color: rgb(153,53,24); }

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

border-color css

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

 span { border-color: rgb(153,53,24); }

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