Html Css Color HEX #9A3320 Burnt Umber

📋 copy color: '#9A3320'

red 154 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #9A3320

Tints of Burnt Umber #9A3320

RGB

 RED value IS 154 (60.55% from 255) = 64.98%

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

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

R = 64.98%
G = 21.52%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A3320 (or 0x9A3320) is known color: Burnt Umber. HEX triplet: 9A, 33 and 20. RGB value is (154,51,32). Sum of RGB (Red+Green+Blue) = 154+51+32=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3320 is #65CCDF. Grayscale: #4F4F4F. Windows color (decimal): -6671584 or 2110362. OLE color: 2110362.

HSL color Cylindrical-coordinate representation of color #9A3320: hue angle of 9.34º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A3320 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 51 32 -
CMYK 0 0.67 0.79 0.40
HSL 9.34º 0.66% 0.36% -
HSV(B) 9.34º 0.79% 0.6% -
XYZ 14.77 9.34 2.39 -
YUV 79.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 154 51 32 0 0.67 0.79 0.40 9.34 0.66 0.36
Hex 9A 33 20 0 43 4F 28 9 42 24
Octal 232 63 40 0 103 117 50 11 102 44
Binary 10011010 110011 100000 0 1000011 1001111 101000 1001 1000010 100100

Color Harmonies of #9A3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3320

Black with #9A3320

Text Example


Text Example

White with #9A3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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