Html Css Color HEX #952704 Burnt Umber

📋 copy color: '#952704'

red 149 ◦ green 39 ◦ blue 4

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

Shades of Burnt Umber #952704

Tints of Burnt Umber #952704

RGB

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

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

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

R = 77.6%
G = 20.31%
B = 2.08%

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

#952704 (or 0x952704) is known color: Burnt Umber. HEX triplet: 95, 27 and 04. RGB value is (149,39,4). Sum of RGB (Red+Green+Blue) = 149+39+4=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952704 is #6AD8FB. Grayscale: #444444. Windows color (decimal): -7002364 or 272277. OLE color: 272277.

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

Color convert

RGB 149 39 4 -
CMYK 0 0.74 0.97 0.42
HSL 14.48º 0.95% 0.3% -
HSV(B) 14.48º 0.97% 0.58% -
XYZ 13.14 7.85 0.94 -
YUV 67.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 149 39 4 0 0.74 0.97 0.42 14.48 0.95 0.3
Hex 95 27 4 0 4A 61 2A E 5F 1E
Octal 225 47 4 0 112 141 52 16 137 36
Binary 10010101 100111 100 0 1001010 1100001 101010 1110 1011111 11110

Color Harmonies of #952704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952704

Black with #952704

Text Example


Text Example

White with #952704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952704; }

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

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

background-color css

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

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

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

border-color css

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

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

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