Html Css Color HEX #952705 Burnt Umber

📋 copy color: '#952705'

red 149 ◦ green 39 ◦ blue 5

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

Shades of Burnt Umber #952705

Tints of Burnt Umber #952705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

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

R = 77.2%
G = 20.21%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952705 (or 0x952705) is known color: Burnt Umber. HEX triplet: 95, 27 and 05. RGB value is (149,39,5). Sum of RGB (Red+Green+Blue) = 149+39+5=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #952705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952705 is #6AD8FA. Grayscale: #444444. Windows color (decimal): -7002363 or 337813. OLE color: 337813.

HSL color Cylindrical-coordinate representation of color #952705: hue angle of 14.17º 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 #952705 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 5 -
CMYK 0 0.74 0.97 0.42
HSL 14.17º 0.94% 0.3% -
HSV(B) 14.17º 0.97% 0.58% -
XYZ 13.15 7.85 0.97 -
YUV 68.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 149 39 5 0 0.74 0.97 0.42 14.17 0.94 0.3
Hex 95 27 5 0 4A 61 2A E 5E 1E
Octal 225 47 5 0 112 141 52 16 136 36
Binary 10010101 100111 101 0 1001010 1100001 101010 1110 1011110 11110

Color Harmonies of #952705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952705

Black with #952705

Text Example


Text Example

White with #952705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952705; }

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

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

background-color css

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

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

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

border-color css

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

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

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