Html Css Color HEX #952F0E Burnt Umber

📋 copy color: '#952F0E'

red 149 ◦ green 47 ◦ blue 14

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

Shades of Burnt Umber #952F0E

Tints of Burnt Umber #952F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 70.95%
G = 22.38%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#952F0E (or 0x952F0E) is known color: Burnt Umber. HEX triplet: 95, 2F and 0E. RGB value is (149,47,14). Sum of RGB (Red+Green+Blue) = 149+47+14=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F0E is #6AD0F1. Grayscale: #494949. Windows color (decimal): -7000306 or 929685. OLE color: 929685.

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

Color convert

RGB 149 47 14 -
CMYK 0 0.68 0.91 0.42
HSL 14.67º 0.83% 0.32% -
HSV(B) 14.67º 0.91% 0.58% -
XYZ 13.49 8.45 1.34 -
YUV 73.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 149 47 14 0 0.68 0.91 0.42 14.67 0.83 0.32
Hex 95 2F E 0 44 5B 2A F 53 20
Octal 225 57 16 0 104 133 52 17 123 40
Binary 10010101 101111 1110 0 1000100 1011011 101010 1111 1010011 100000

Color Harmonies of #952F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F0E

Black with #952F0E

Text Example


Text Example

White with #952F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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