Html Css Color HEX #952B14 Burnt Umber

📋 copy color: '#952B14'

red 149 ◦ green 43 ◦ blue 20

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

Shades of Burnt Umber #952B14

Tints of Burnt Umber #952B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 70.28%
G = 20.28%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952B14 (or 0x952B14) is known color: Burnt Umber. HEX triplet: 95, 2B and 14. RGB value is (149,43,20). Sum of RGB (Red+Green+Blue) = 149+43+20=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B14 is #6AD4EB. Grayscale: #484848. Windows color (decimal): -7001324 or 1321877. OLE color: 1321877.

HSL color Cylindrical-coordinate representation of color #952B14: hue angle of 10.7º degrees, saturation: 0.76, 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 #952B14 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 20 -
CMYK 0 0.71 0.87 0.42
HSL 10.7º 0.76% 0.33% -
HSV(B) 10.7º 0.87% 0.58% -
XYZ 13.38 8.17 1.53 -
YUV 72.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 149 43 20 0 0.71 0.87 0.42 10.7 0.76 0.33
Hex 95 2B 14 0 47 57 2A B 4C 21
Octal 225 53 24 0 107 127 52 13 114 41
Binary 10010101 101011 10100 0 1000111 1010111 101010 1011 1001100 100001

Color Harmonies of #952B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B14

Black with #952B14

Text Example


Text Example

White with #952B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,20); }

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

background-color css

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

 a { background-color: rgb(149,43,20); }

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

border-color css

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

 span { border-color: rgb(149,43,20); }

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