Html Css Color HEX #9A3210 Burnt Umber

📋 copy color: '#9A3210'

red 154 ◦ green 50 ◦ blue 16

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

Shades of Burnt Umber #9A3210

Tints of Burnt Umber #9A3210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 70%
G = 22.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A3210 (or 0x9A3210) is known color: Burnt Umber. HEX triplet: 9A, 32 and 10. RGB value is (154,50,16). Sum of RGB (Red+Green+Blue) = 154+50+16=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3210 is #65CDEF. Grayscale: #4D4D4D. Windows color (decimal): -6671856 or 1061530. OLE color: 1061530.

HSL color Cylindrical-coordinate representation of color #9A3210: hue angle of 14.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A3210 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 50 16 -
CMYK 0 0.68 0.90 0.40
HSL 14.78º 0.81% 0.33% -
HSV(B) 14.78º 0.9% 0.6% -
XYZ 14.56 9.19 1.5 -
YUV 77.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 154 50 16 0 0.68 0.90 0.40 14.78 0.81 0.33
Hex 9A 32 10 0 44 5A 28 F 51 21
Octal 232 62 20 0 104 132 50 17 121 41
Binary 10011010 110010 10000 0 1000100 1011010 101000 1111 1010001 100001

Color Harmonies of #9A3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3210

Black with #9A3210

Text Example


Text Example

White with #9A3210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,50,16); }

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

background-color css

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

 a { background-color: rgb(154,50,16); }

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

border-color css

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

 span { border-color: rgb(154,50,16); }

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