Html Css Color HEX #963223 Burnt Umber

📋 copy color: '#963223'

red 150 ◦ green 50 ◦ blue 35

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

Shades of Burnt Umber #963223

Tints of Burnt Umber #963223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 63.83%
G = 21.28%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#963223 (or 0x963223) is known color: Burnt Umber. HEX triplet: 96, 32 and 23. RGB value is (150,50,35). Sum of RGB (Red+Green+Blue) = 150+50+35=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963223 is #69CDDC. Grayscale: #4E4E4E. Windows color (decimal): -6933981 or 2306710. OLE color: 2306710.

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

Color convert

RGB 150 50 35 -
CMYK 0 0.67 0.77 0.41
HSL 7.83º 0.62% 0.36% -
HSV(B) 7.83º 0.77% 0.59% -
XYZ 14.02 8.89 2.57 -
YUV 78.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 150 50 35 0 0.67 0.77 0.41 7.83 0.62 0.36
Hex 96 32 23 0 43 4D 29 8 3E 24
Octal 226 62 43 0 103 115 51 10 76 44
Binary 10010110 110010 100011 0 1000011 1001101 101001 1000 111110 100100

Color Harmonies of #963223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963223

Black with #963223

Text Example


Text Example

White with #963223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963223; }

 p { color: rgb(150,50,35); }

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

background-color css

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

 a { background-color: rgb(150,50,35); }

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

border-color css

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

 span { border-color: rgb(150,50,35); }

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