Html Css Color HEX #963525 Burnt Umber

📋 copy color: '#963525'

red 150 ◦ green 53 ◦ blue 37

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

Shades of Burnt Umber #963525

Tints of Burnt Umber #963525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 62.5%
G = 22.08%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#963525 (or 0x963525) is known color: Burnt Umber. HEX triplet: 96, 35 and 25. RGB value is (150,53,37). Sum of RGB (Red+Green+Blue) = 150+53+37=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963525 is #69CADA. Grayscale: #505050. Windows color (decimal): -6933211 or 2438550. OLE color: 2438550.

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

Color convert

RGB 150 53 37 -
CMYK 0 0.65 0.75 0.41
HSL 8.5º 0.6% 0.37% -
HSV(B) 8.5º 0.75% 0.59% -
XYZ 14.18 9.16 2.77 -
YUV 80.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 150 53 37 0 0.65 0.75 0.41 8.5 0.6 0.37
Hex 96 35 25 0 41 4B 29 8 3C 25
Octal 226 65 45 0 101 113 51 10 74 45
Binary 10010110 110101 100101 0 1000001 1001011 101001 1000 111100 100101

Color Harmonies of #963525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963525

Black with #963525

Text Example


Text Example

White with #963525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963525; }

 p { color: rgb(150,53,37); }

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

background-color css

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

 a { background-color: rgb(150,53,37); }

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

border-color css

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

 span { border-color: rgb(150,53,37); }

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