Html Css Color HEX #952F26 Burnt Umber

📋 copy color: '#952F26'

red 149 ◦ green 47 ◦ blue 38

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

Shades of Burnt Umber #952F26

Tints of Burnt Umber #952F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 63.68%
G = 20.09%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952F26 (or 0x952F26) is known color: Burnt Umber. HEX triplet: 95, 2F and 26. RGB value is (149,47,38). Sum of RGB (Red+Green+Blue) = 149+47+38=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F26 is #6AD0D9. Grayscale: #4C4C4C. Windows color (decimal): -7000282 or 2502549. OLE color: 2502549.

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

Color convert

RGB 149 47 38 -
CMYK 0 0.68 0.74 0.42
HSL 4.86º 0.59% 0.37% -
HSV(B) 4.86º 0.74% 0.58% -
XYZ 13.76 8.56 2.76 -
YUV 76.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 149 47 38 0 0.68 0.74 0.42 4.86 0.59 0.37
Hex 95 2F 26 0 44 4A 2A 5 3B 25
Octal 225 57 46 0 104 112 52 5 73 45
Binary 10010101 101111 100110 0 1000100 1001010 101010 101 111011 100101

Color Harmonies of #952F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F26

Black with #952F26

Text Example


Text Example

White with #952F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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