Html Css Color HEX #953024 Burnt Umber

📋 copy color: '#953024'

red 149 ◦ green 48 ◦ blue 36

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

Shades of Burnt Umber #953024

Tints of Burnt Umber #953024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 63.95%
G = 20.6%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#953024 (or 0x953024) is known color: Burnt Umber. HEX triplet: 95, 30 and 24. RGB value is (149,48,36). Sum of RGB (Red+Green+Blue) = 149+48+36=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953024 is #6ACFDB. Grayscale: #4C4C4C. Windows color (decimal): -7000028 or 2371733. OLE color: 2371733.

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

Color convert

RGB 149 48 36 -
CMYK 0 0.68 0.76 0.42
HSL 6.37º 0.61% 0.36% -
HSV(B) 6.37º 0.76% 0.58% -
XYZ 13.77 8.63 2.61 -
YUV 76.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 149 48 36 0 0.68 0.76 0.42 6.37 0.61 0.36
Hex 95 30 24 0 44 4C 2A 6 3D 24
Octal 225 60 44 0 104 114 52 6 75 44
Binary 10010101 110000 100100 0 1000100 1001100 101010 110 111101 100100

Color Harmonies of #953024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953024

Black with #953024

Text Example


Text Example

White with #953024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953024; }

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

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

background-color css

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

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

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

border-color css

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

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

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