Html Css Color HEX #952805 Burnt Umber

📋 copy color: '#952805'

red 149 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #952805

Tints of Burnt Umber #952805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 76.8%
G = 20.62%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952805 (or 0x952805) is known color: Burnt Umber. HEX triplet: 95, 28 and 05. RGB value is (149,40,5). Sum of RGB (Red+Green+Blue) = 149+40+5=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952805 is #6AD7FA. Grayscale: #444444. Windows color (decimal): -7002107 or 338069. OLE color: 338069.

HSL color Cylindrical-coordinate representation of color #952805: hue angle of 14.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952805 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 5 -
CMYK 0 0.73 0.97 0.42
HSL 14.58º 0.94% 0.3% -
HSV(B) 14.58º 0.97% 0.58% -
XYZ 13.18 7.92 0.98 -
YUV 68.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 149 40 5 0 0.73 0.97 0.42 14.58 0.94 0.3
Hex 95 28 5 0 49 61 2A F 5E 1E
Octal 225 50 5 0 111 141 52 17 136 36
Binary 10010101 101000 101 0 1001001 1100001 101010 1111 1011110 11110

Color Harmonies of #952805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952805

Black with #952805

Text Example


Text Example

White with #952805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952805; }

 p { color: rgb(149,40,5); }

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

background-color css

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

 a { background-color: rgb(149,40,5); }

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

border-color css

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

 span { border-color: rgb(149,40,5); }

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