Html Css Color HEX #963024 Burnt Umber

📋 copy color: '#963024'

red 150 ◦ green 48 ◦ blue 36

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

Shades of Burnt Umber #963024

Tints of Burnt Umber #963024

RGB

 RED value IS 150 (58.98% from 255) = 64.1%

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

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

R = 64.1%
G = 20.51%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#963024 (or 0x963024) is known color: Burnt Umber. HEX triplet: 96, 30 and 24. RGB value is (150,48,36). Sum of RGB (Red+Green+Blue) = 150+48+36=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963024 is #69CFDB. Grayscale: #4D4D4D. Windows color (decimal): -6934492 or 2371734. OLE color: 2371734.

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

Color convert

RGB 150 48 36 -
CMYK 0 0.68 0.76 0.41
HSL 6.32º 0.61% 0.36% -
HSV(B) 6.32º 0.76% 0.59% -
XYZ 13.95 8.73 2.62 -
YUV 77.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 150 48 36 0 0.68 0.76 0.41 6.32 0.61 0.36
Hex 96 30 24 0 44 4C 29 6 3D 24
Octal 226 60 44 0 104 114 51 6 75 44
Binary 10010110 110000 100100 0 1000100 1001100 101001 110 111101 100100

Color Harmonies of #963024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963024

Black with #963024

Text Example


Text Example

White with #963024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963024; }

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

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

background-color css

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

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

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

border-color css

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

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

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