Html Css Color HEX #952605 Burnt Umber

📋 copy color: '#952605'

red 149 ◦ green 38 ◦ blue 5

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

Shades of Burnt Umber #952605

Tints of Burnt Umber #952605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 77.6%
G = 19.79%
B = 2.6%

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

#952605 (or 0x952605) is known color: Burnt Umber. HEX triplet: 95, 26 and 05. RGB value is (149,38,5). Sum of RGB (Red+Green+Blue) = 149+38+5=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952605 is #6AD9FA. Grayscale: #434343. Windows color (decimal): -7002619 or 337557. OLE color: 337557.

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

Color convert

RGB 149 38 5 -
CMYK 0 0.74 0.97 0.42
HSL 13.75º 0.94% 0.3% -
HSV(B) 13.75º 0.97% 0.58% -
XYZ 13.11 7.79 0.96 -
YUV 67.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 149 38 5 0 0.74 0.97 0.42 13.75 0.94 0.3
Hex 95 26 5 0 4A 61 2A E 5E 1E
Octal 225 46 5 0 112 141 52 16 136 36
Binary 10010101 100110 101 0 1001010 1100001 101010 1110 1011110 11110

Color Harmonies of #952605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952605

Black with #952605

Text Example


Text Example

White with #952605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952605; }

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

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

background-color css

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

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

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

border-color css

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

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

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