#99341A

Color #99341A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #99341A

Tints of Burnt Umber #99341A

Color information

#99341A (or 0x99341A) is unknown color: approx Burnt Umber. HEX triplet: 99, 34 and 1A. RGB value is (153,52,26). Sum of RGB (Red+Green+Blue) = 153+52+26=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99341A is #66CBE5. Grayscale: #4F4F4F. Windows color (decimal): -6736870 or 1717401. OLE color: 1717401.

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

Color convert

RGB1535226-
CMYK00.660.830.4
HSL12.28º70.95%35.1%-
HSV(B)12.28º83.01%60%-
XYZ14.559.32.01-
YUV79.2497.96180.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.23%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=66.23%
G=22.51%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153522600.660.830.412.2870.9535.1
Hex99341A0425328c4723
Octal23164320102123501410743
Binary100110011101001101001000010101001110100011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99341A;
 }
 .AnyTagClassName
 {
   color: #99341A;
 }
</style>
background-color css

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

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

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

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

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

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