Html Css Color HEX #99301B Burnt Umber

📋 copy color: '#99301B'

red 153 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #99301B

Tints of Burnt Umber #99301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 67.11%
G = 21.05%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99301B (or 0x99301B) is known color: Burnt Umber. HEX triplet: 99, 30 and 1B. RGB value is (153,48,27). Sum of RGB (Red+Green+Blue) = 153+48+27=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #99301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99301B is #66CFE4. Grayscale: #4D4D4D. Windows color (decimal): -6737893 or 1781913. OLE color: 1781913.

HSL color Cylindrical-coordinate representation of color #99301B: hue angle of 10º degrees, saturation: 0.7, 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 #99301B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 27 -
CMYK 0 0.69 0.82 0.4
HSL 10º 0.7% 0.35% -
HSV(B) 10º 0.82% 0.6% -
XYZ 14.39 8.97 2.01 -
YUV 77 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 153 48 27 0 0.69 0.82 0.4 10 0.7 0.35
Hex 99 30 1B 0 45 52 28 A 46 23
Octal 231 60 33 0 105 122 50 12 106 43
Binary 10011001 110000 11011 0 1000101 1010010 101000 1010 1000110 100011

Color Harmonies of #99301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99301B

Black with #99301B

Text Example


Text Example

White with #99301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,48,27); }

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

background-color css

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

 a { background-color: rgb(153,48,27); }

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

border-color css

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

 span { border-color: rgb(153,48,27); }

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