Html Css Color HEX #99341C Burnt Umber

📋 copy color: '#99341C'

red 153 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #99341C

Tints of Burnt Umber #99341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 65.67%
G = 22.32%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99341C (or 0x99341C) is known color: Burnt Umber. HEX triplet: 99, 34 and 1C. RGB value is (153,52,28). Sum of RGB (Red+Green+Blue) = 153+52+28=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99341C is #66CBE3. Grayscale: #4F4F4F. Windows color (decimal): -6736868 or 1848473. OLE color: 1848473.

HSL color Cylindrical-coordinate representation of color #99341C: hue angle of 11.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99341C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 28 -
CMYK 0 0.66 0.82 0.4
HSL 11.52º 0.69% 0.35% -
HSV(B) 11.52º 0.82% 0.6% -
XYZ 14.57 9.31 2.13 -
YUV 79.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 153 52 28 0 0.66 0.82 0.4 11.52 0.69 0.35
Hex 99 34 1C 0 42 52 28 C 45 23
Octal 231 64 34 0 102 122 50 14 105 43
Binary 10011001 110100 11100 0 1000010 1010010 101000 1100 1000101 100011

Color Harmonies of #99341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99341C

Black with #99341C

Text Example


Text Example

White with #99341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99341C; }

 p { color: rgb(153,52,28); }

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

background-color css

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

 a { background-color: rgb(153,52,28); }

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

border-color css

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

 span { border-color: rgb(153,52,28); }

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