Html Css Color HEX #952F1F Burnt Umber

📋 copy color: '#952F1F'

red 149 ◦ green 47 ◦ blue 31

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

Shades of Burnt Umber #952F1F

Tints of Burnt Umber #952F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 65.64%
G = 20.7%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#952F1F (or 0x952F1F) is known color: Burnt Umber. HEX triplet: 95, 2F and 1F. RGB value is (149,47,31). Sum of RGB (Red+Green+Blue) = 149+47+31=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F1F is #6AD0E0. Grayscale: #4B4B4B. Windows color (decimal): -7000289 or 2043797. OLE color: 2043797.

HSL color Cylindrical-coordinate representation of color #952F1F: hue angle of 8.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952F1F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 31 -
CMYK 0 0.68 0.79 0.42
HSL 8.14º 0.66% 0.35% -
HSV(B) 8.14º 0.79% 0.58% -
XYZ 13.66 8.52 2.22 -
YUV 75.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 149 47 31 0 0.68 0.79 0.42 8.14 0.66 0.35
Hex 95 2F 1F 0 44 4F 2A 8 42 23
Octal 225 57 37 0 104 117 52 10 102 43
Binary 10010101 101111 11111 0 1000100 1001111 101010 1000 1000010 100011

Color Harmonies of #952F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F1F

Black with #952F1F

Text Example


Text Example

White with #952F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952F1F; }

 p { color: rgb(149,47,31); }

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

background-color css

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

 a { background-color: rgb(149,47,31); }

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

border-color css

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

 span { border-color: rgb(149,47,31); }

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