Html Css Color HEX #9A2F0F Burnt Umber

📋 copy color: '#9A2F0F'

red 154 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #9A2F0F

Tints of Burnt Umber #9A2F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 71.3%
G = 21.76%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A2F0F (or 0x9A2F0F) is known color: Burnt Umber. HEX triplet: 9A, 2F and 0F. RGB value is (154,47,15). Sum of RGB (Red+Green+Blue) = 154+47+15=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2F0F is #65D0F0. Grayscale: #4B4B4B. Windows color (decimal): -6672625 or 995226. OLE color: 995226.

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

Color convert

RGB 154 47 15 -
CMYK 0 0.69 0.90 0.40
HSL 13.81º 0.82% 0.33% -
HSV(B) 13.81º 0.9% 0.6% -
XYZ 14.43 8.94 1.42 -
YUV 75.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 154 47 15 0 0.69 0.90 0.40 13.81 0.82 0.33
Hex 9A 2F F 0 45 5A 28 E 52 21
Octal 232 57 17 0 105 132 50 16 122 41
Binary 10011010 101111 1111 0 1000101 1011010 101000 1110 1010010 100001

Color Harmonies of #9A2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2F0F

Black with #9A2F0F

Text Example


Text Example

White with #9A2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,47,15); }

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

background-color css

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

 a { background-color: rgb(154,47,15); }

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

border-color css

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

 span { border-color: rgb(154,47,15); }

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