Html Css Color HEX #9A3020 Burnt Umber

📋 copy color: '#9A3020'

red 154 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #9A3020

Tints of Burnt Umber #9A3020

RGB

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

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

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

R = 65.81%
G = 20.51%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A3020 (or 0x9A3020) is known color: Burnt Umber. HEX triplet: 9A, 30 and 20. RGB value is (154,48,32). Sum of RGB (Red+Green+Blue) = 154+48+32=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3020 is #65CFDF. Grayscale: #4E4E4E. Windows color (decimal): -6672352 or 2109594. OLE color: 2109594.

HSL color Cylindrical-coordinate representation of color #9A3020: hue angle of 7.87º 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 #9A3020 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 48 32 -
CMYK 0 0.69 0.79 0.40
HSL 7.87º 0.66% 0.36% -
HSV(B) 7.87º 0.79% 0.6% -
XYZ 14.64 9.09 2.35 -
YUV 77.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 154 48 32 0 0.69 0.79 0.40 7.87 0.66 0.36
Hex 9A 30 20 0 45 4F 28 8 42 24
Octal 232 60 40 0 105 117 50 10 102 44
Binary 10011010 110000 100000 0 1000101 1001111 101000 1000 1000010 100100

Color Harmonies of #9A3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3020

Black with #9A3020

Text Example


Text Example

White with #9A3020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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