Html Css Color HEX #963420 Burnt Umber

📋 copy color: '#963420'

red 150 ◦ green 52 ◦ blue 32

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

Shades of Burnt Umber #963420

Tints of Burnt Umber #963420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 64.1%
G = 22.22%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#963420 (or 0x963420) is known color: Burnt Umber. HEX triplet: 96, 34 and 20. RGB value is (150,52,32). Sum of RGB (Red+Green+Blue) = 150+52+32=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963420 is #69CBDF. Grayscale: #4F4F4F. Windows color (decimal): -6933472 or 2110614. OLE color: 2110614.

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

Color convert

RGB 150 52 32 -
CMYK 0 0.65 0.79 0.41
HSL 10.17º 0.65% 0.36% -
HSV(B) 10.17º 0.79% 0.59% -
XYZ 14.07 9.04 2.37 -
YUV 79.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 150 52 32 0 0.65 0.79 0.41 10.17 0.65 0.36
Hex 96 34 20 0 41 4F 29 A 41 24
Octal 226 64 40 0 101 117 51 12 101 44
Binary 10010110 110100 100000 0 1000001 1001111 101001 1010 1000001 100100

Color Harmonies of #963420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963420

Black with #963420

Text Example


Text Example

White with #963420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963420; }

 p { color: rgb(150,52,32); }

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

background-color css

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

 a { background-color: rgb(150,52,32); }

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

border-color css

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

 span { border-color: rgb(150,52,32); }

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