Html Css Color HEX #952A07 Burnt Umber

📋 copy color: '#952A07'

red 149 ◦ green 42 ◦ blue 7

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

Shades of Burnt Umber #952A07

Tints of Burnt Umber #952A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.21%

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 75.25%
G = 21.21%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952A07 (or 0x952A07) is known color: Burnt Umber. HEX triplet: 95, 2A and 07. RGB value is (149,42,7). Sum of RGB (Red+Green+Blue) = 149+42+7=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A07 is #6AD5F8. Grayscale: #464646. Windows color (decimal): -7001593 or 469653. OLE color: 469653.

HSL color Cylindrical-coordinate representation of color #952A07: hue angle of 14.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952A07 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 7 -
CMYK 0 0.72 0.95 0.42
HSL 14.79º 0.91% 0.31% -
HSV(B) 14.79º 0.95% 0.58% -
XYZ 13.26 8.06 1.06 -
YUV 70 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 149 42 7 0 0.72 0.95 0.42 14.79 0.91 0.31
Hex 95 2A 7 0 48 5F 2A F 5B 1F
Octal 225 52 7 0 110 137 52 17 133 37
Binary 10010101 101010 111 0 1001000 1011111 101010 1111 1011011 11111

Color Harmonies of #952A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A07

Black with #952A07

Text Example


Text Example

White with #952A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A07; }

 p { color: rgb(149,42,7); }

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

background-color css

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

 a { background-color: rgb(149,42,7); }

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

border-color css

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

 span { border-color: rgb(149,42,7); }

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