Html Css Color HEX #952804 Burnt Umber

📋 copy color: '#952804'

red 149 ◦ green 40 ◦ blue 4

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

Shades of Burnt Umber #952804

Tints of Burnt Umber #952804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 77.2%
G = 20.73%
B = 2.07%

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

#952804 (or 0x952804) is known color: Burnt Umber. HEX triplet: 95, 28 and 04. RGB value is (149,40,4). Sum of RGB (Red+Green+Blue) = 149+40+4=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #952804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952804 is #6AD7FB. Grayscale: #444444. Windows color (decimal): -7002108 or 272533. OLE color: 272533.

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

Color convert

RGB 149 40 4 -
CMYK 0 0.73 0.97 0.42
HSL 14.9º 0.95% 0.3% -
HSV(B) 14.9º 0.97% 0.58% -
XYZ 13.18 7.92 0.95 -
YUV 68.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 149 40 4 0 0.73 0.97 0.42 14.9 0.95 0.3
Hex 95 28 4 0 49 61 2A F 5F 1E
Octal 225 50 4 0 111 141 52 17 137 36
Binary 10010101 101000 100 0 1001001 1100001 101010 1111 1011111 11110

Color Harmonies of #952804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952804

Black with #952804

Text Example


Text Example

White with #952804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952804; }

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

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

background-color css

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

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

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

border-color css

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

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

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