Html Css Color HEX #963025 Burnt Umber

📋 copy color: '#963025'

red 150 ◦ green 48 ◦ blue 37

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

Shades of Burnt Umber #963025

Tints of Burnt Umber #963025

RGB

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

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

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

R = 63.83%
G = 20.43%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#963025 (or 0x963025) is known color: Burnt Umber. HEX triplet: 96, 30 and 25. RGB value is (150,48,37). Sum of RGB (Red+Green+Blue) = 150+48+37=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963025 is #69CFDA. Grayscale: #4D4D4D. Windows color (decimal): -6934491 or 2437270. OLE color: 2437270.

HSL color Cylindrical-coordinate representation of color #963025: hue angle of 5.84º 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 #963025 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 37 -
CMYK 0 0.68 0.75 0.41
HSL 5.84º 0.6% 0.37% -
HSV(B) 5.84º 0.75% 0.59% -
XYZ 13.97 8.73 2.7 -
YUV 77.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 150 48 37 0 0.68 0.75 0.41 5.84 0.6 0.37
Hex 96 30 25 0 44 4B 29 6 3C 25
Octal 226 60 45 0 104 113 51 6 74 45
Binary 10010110 110000 100101 0 1000100 1001011 101001 110 111100 100101

Color Harmonies of #963025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963025

Black with #963025

Text Example


Text Example

White with #963025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963025; }

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

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

background-color css

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

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

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

border-color css

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

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

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