Html Css Color HEX #952B0F Burnt Umber

📋 copy color: '#952B0F'

red 149 ◦ green 43 ◦ blue 15

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

Shades of Burnt Umber #952B0F

Tints of Burnt Umber #952B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 71.98%
G = 20.77%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#952B0F (or 0x952B0F) is known color: Burnt Umber. HEX triplet: 95, 2B and 0F. RGB value is (149,43,15). Sum of RGB (Red+Green+Blue) = 149+43+15=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B0F is #6AD4F0. Grayscale: #474747. Windows color (decimal): -7001329 or 994197. OLE color: 994197.

HSL color Cylindrical-coordinate representation of color #952B0F: hue angle of 12.54º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #952B0F is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 15 -
CMYK 0 0.71 0.90 0.42
HSL 12.54º 0.82% 0.32% -
HSV(B) 12.54º 0.9% 0.58% -
XYZ 13.34 8.15 1.32 -
YUV 71.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 149 43 15 0 0.71 0.90 0.42 12.54 0.82 0.32
Hex 95 2B F 0 47 5A 2A D 52 20
Octal 225 53 17 0 107 132 52 15 122 40
Binary 10010101 101011 1111 0 1000111 1011010 101010 1101 1010010 100000

Color Harmonies of #952B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B0F

Black with #952B0F

Text Example


Text Example

White with #952B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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