Html Css Color HEX #95371C Burnt Umber

📋 copy color: '#95371C'

red 149 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #95371C

Tints of Burnt Umber #95371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 64.22%
G = 23.71%
B = 12.07%

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

#95371C (or 0x95371C) is known color: Burnt Umber. HEX triplet: 95, 37 and 1C. RGB value is (149,55,28). Sum of RGB (Red+Green+Blue) = 149+55+28=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95371C is #6AC8E3. Grayscale: #505050. Windows color (decimal): -6998244 or 1849237. OLE color: 1849237.

HSL color Cylindrical-coordinate representation of color #95371C: hue angle of 13.39º degrees, saturation: 0.68, 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 #95371C is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 28 -
CMYK 0 0.63 0.81 0.42
HSL 13.39º 0.68% 0.35% -
HSV(B) 13.39º 0.81% 0.58% -
XYZ 13.97 9.21 2.14 -
YUV 80.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 149 55 28 0 0.63 0.81 0.42 13.39 0.68 0.35
Hex 95 37 1C 0 3F 51 2A D 44 23
Octal 225 67 34 0 77 121 52 15 104 43
Binary 10010101 110111 11100 0 111111 1010001 101010 1101 1000100 100011

Color Harmonies of #95371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95371C

Black with #95371C

Text Example


Text Example

White with #95371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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