Html Css Color HEX #953413 Burnt Umber

📋 copy color: '#953413'

red 149 ◦ green 52 ◦ blue 19

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

Shades of Burnt Umber #953413

Tints of Burnt Umber #953413

RGB

 RED value IS 149 (58.59% from 255) = 67.73%

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 67.73%
G = 23.64%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953413 (or 0x953413) is known color: Burnt Umber. HEX triplet: 95, 34 and 13. RGB value is (149,52,19). Sum of RGB (Red+Green+Blue) = 149+52+19=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953413 is #6ACBEC. Grayscale: #4D4D4D. Windows color (decimal): -6999021 or 1258645. OLE color: 1258645.

HSL color Cylindrical-coordinate representation of color #953413: hue angle of 15.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #953413 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 19 -
CMYK 0 0.65 0.87 0.42
HSL 15.23º 0.77% 0.33% -
HSV(B) 15.23º 0.87% 0.58% -
XYZ 13.74 8.89 1.61 -
YUV 77.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 149 52 19 0 0.65 0.87 0.42 15.23 0.77 0.33
Hex 95 34 13 0 41 57 2A F 4D 21
Octal 225 64 23 0 101 127 52 17 115 41
Binary 10010101 110100 10011 0 1000001 1010111 101010 1111 1001101 100001

Color Harmonies of #953413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953413

Black with #953413

Text Example


Text Example

White with #953413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953413; }

 p { color: rgb(149,52,19); }

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

background-color css

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

 a { background-color: rgb(149,52,19); }

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

border-color css

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

 span { border-color: rgb(149,52,19); }

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