Html Css Color HEX #903320 Burnt Umber

📋 copy color: '#903320'

red 144 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #903320

Tints of Burnt Umber #903320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 63.44%
G = 22.47%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#903320 (or 0x903320) is known color: Burnt Umber. HEX triplet: 90, 33 and 20. RGB value is (144,51,32). Sum of RGB (Red+Green+Blue) = 144+51+32=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #903320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903320 is #6FCCDF. Grayscale: #4C4C4C. Windows color (decimal): -7326944 or 2110352. OLE color: 2110352.

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

Color convert

RGB 144 51 32 -
CMYK 0 0.65 0.78 0.44
HSL 10.18º 0.64% 0.35% -
HSV(B) 10.18º 0.78% 0.56% -
XYZ 12.95 8.4 2.31 -
YUV 76.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 144 51 32 0 0.65 0.78 0.44 10.18 0.64 0.35
Hex 90 33 20 0 41 4E 2C A 40 23
Octal 220 63 40 0 101 116 54 12 100 43
Binary 10010000 110011 100000 0 1000001 1001110 101100 1010 1000000 100011

Color Harmonies of #903320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903320

Black with #903320

Text Example


Text Example

White with #903320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903320; }

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

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

background-color css

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

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

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

border-color css

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

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

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