Html Css Color HEX #953025 Burnt Umber

📋 copy color: '#953025'

red 149 ◦ green 48 ◦ blue 37

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

Shades of Burnt Umber #953025

Tints of Burnt Umber #953025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 63.68%
G = 20.51%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#953025 (or 0x953025) is known color: Burnt Umber. HEX triplet: 95, 30 and 25. RGB value is (149,48,37). Sum of RGB (Red+Green+Blue) = 149+48+37=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953025 is #6ACFDA. Grayscale: #4D4D4D. Windows color (decimal): -7000027 or 2437269. OLE color: 2437269.

HSL color Cylindrical-coordinate representation of color #953025: hue angle of 5.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953025 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 37 -
CMYK 0 0.68 0.75 0.42
HSL 5.89º 0.6% 0.36% -
HSV(B) 5.89º 0.75% 0.58% -
XYZ 13.79 8.64 2.69 -
YUV 76.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 149 48 37 0 0.68 0.75 0.42 5.89 0.6 0.36
Hex 95 30 25 0 44 4B 2A 6 3C 24
Octal 225 60 45 0 104 113 52 6 74 44
Binary 10010101 110000 100101 0 1000100 1001011 101010 110 111100 100100

Color Harmonies of #953025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953025

Black with #953025

Text Example


Text Example

White with #953025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953025; }

 p { color: rgb(149,48,37); }

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

background-color css

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

 a { background-color: rgb(149,48,37); }

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

border-color css

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

 span { border-color: rgb(149,48,37); }

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