Html Css Color HEX #9A351D Burnt Umber

📋 copy color: '#9A351D'

red 154 ◦ green 53 ◦ blue 29

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

Shades of Burnt Umber #9A351D

Tints of Burnt Umber #9A351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 65.25%
G = 22.46%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A351D (or 0x9A351D) is known color: Burnt Umber. HEX triplet: 9A, 35 and 1D. RGB value is (154,53,29). Sum of RGB (Red+Green+Blue) = 154+53+29=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A351D is #65CAE2. Grayscale: #505050. Windows color (decimal): -6671075 or 1914266. OLE color: 1914266.

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

Color convert

RGB 154 53 29 -
CMYK 0 0.66 0.81 0.40
HSL 11.52º 0.68% 0.36% -
HSV(B) 11.52º 0.81% 0.6% -
XYZ 14.82 9.5 2.22 -
YUV 80.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 154 53 29 0 0.66 0.81 0.40 11.52 0.68 0.36
Hex 9A 35 1D 0 42 51 28 C 44 24
Octal 232 65 35 0 102 121 50 14 104 44
Binary 10011010 110101 11101 0 1000010 1010001 101000 1100 1000100 100100

Color Harmonies of #9A351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A351D

Black with #9A351D

Text Example


Text Example

White with #9A351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,53,29); }

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

background-color css

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

 a { background-color: rgb(154,53,29); }

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

border-color css

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

 span { border-color: rgb(154,53,29); }

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