Html Css Color HEX #903312 Burnt Umber

📋 copy color: '#903312'

red 144 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #903312

Tints of Burnt Umber #903312

RGB

 RED value IS 144 (56.64% from 255) = 67.61%

 GREEN value IS 51 (20.31% from 255) = 23.94%

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 67.61%
G = 23.94%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#903312 (or 0x903312) is known color: Burnt Umber. HEX triplet: 90, 33 and 12. RGB value is (144,51,18). Sum of RGB (Red+Green+Blue) = 144+51+18=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #903312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903312 is #6FCCED. Grayscale: #4B4B4B. Windows color (decimal): -7326958 or 1192848. OLE color: 1192848.

HSL color Cylindrical-coordinate representation of color #903312: hue angle of 15.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #903312 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 51 18 -
CMYK 0 0.65 0.88 0.44
HSL 15.71º 0.78% 0.32% -
HSV(B) 15.71º 0.88% 0.56% -
XYZ 12.79 8.34 1.51 -
YUV 75.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 144 51 18 0 0.65 0.88 0.44 15.71 0.78 0.32
Hex 90 33 12 0 41 58 2C 10 4E 20
Octal 220 63 22 0 101 130 54 20 116 40
Binary 10010000 110011 10010 0 1000001 1011000 101100 10000 1001110 100000

Color Harmonies of #903312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903312

Black with #903312

Text Example


Text Example

White with #903312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903312; }

 p { color: rgb(144,51,18); }

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

background-color css

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

 a { background-color: rgb(144,51,18); }

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

border-color css

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

 span { border-color: rgb(144,51,18); }

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