Html Css Color HEX #963818 Burnt Umber

📋 copy color: '#963818'

red 150 ◦ green 56 ◦ blue 24

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

Shades of Burnt Umber #963818

Tints of Burnt Umber #963818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 65.22%
G = 24.35%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#963818 (or 0x963818) is known color: Burnt Umber. HEX triplet: 96, 38 and 18. RGB value is (150,56,24). Sum of RGB (Red+Green+Blue) = 150+56+24=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #963818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963818 is #69C7E7. Grayscale: #505050. Windows color (decimal): -6932456 or 1587350. OLE color: 1587350.

HSL color Cylindrical-coordinate representation of color #963818: hue angle of 15.24º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #963818 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 24 -
CMYK 0 0.63 0.84 0.41
HSL 15.24º 0.72% 0.34% -
HSV(B) 15.24º 0.84% 0.59% -
XYZ 14.16 9.38 1.93 -
YUV 80.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 150 56 24 0 0.63 0.84 0.41 15.24 0.72 0.34
Hex 96 38 18 0 3F 54 29 F 48 22
Octal 226 70 30 0 77 124 51 17 110 42
Binary 10010110 111000 11000 0 111111 1010100 101001 1111 1001000 100010

Color Harmonies of #963818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963818

Black with #963818

Text Example


Text Example

White with #963818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963818; }

 p { color: rgb(150,56,24); }

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

background-color css

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

 a { background-color: rgb(150,56,24); }

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

border-color css

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

 span { border-color: rgb(150,56,24); }

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