Html Css Color HEX #95371D Burnt Umber

📋 copy color: '#95371D'

red 149 ◦ green 55 ◦ blue 29

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

Shades of Burnt Umber #95371D

Tints of Burnt Umber #95371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 63.95%
G = 23.61%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95371D (or 0x95371D) is known color: Burnt Umber. HEX triplet: 95, 37 and 1D. RGB value is (149,55,29). Sum of RGB (Red+Green+Blue) = 149+55+29=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95371D is #6AC8E2. Grayscale: #505050. Windows color (decimal): -6998243 or 1914773. OLE color: 1914773.

HSL color Cylindrical-coordinate representation of color #95371D: hue angle of 13º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95371D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 29 -
CMYK 0 0.63 0.81 0.42
HSL 13º 0.67% 0.35% -
HSV(B) 13º 0.81% 0.58% -
XYZ 13.98 9.21 2.2 -
YUV 80.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 149 55 29 0 0.63 0.81 0.42 13 0.67 0.35
Hex 95 37 1D 0 3F 51 2A D 43 23
Octal 225 67 35 0 77 121 52 15 103 43
Binary 10010101 110111 11101 0 111111 1010001 101010 1101 1000011 100011

Color Harmonies of #95371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95371D

Black with #95371D

Text Example


Text Example

White with #95371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95371D; }

 p { color: rgb(149,55,29); }

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

background-color css

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

 a { background-color: rgb(149,55,29); }

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

border-color css

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

 span { border-color: rgb(149,55,29); }

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