Html Css Color HEX #96381A Burnt Umber

📋 copy color: '#96381A'

red 150 ◦ green 56 ◦ blue 26

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

Shades of Burnt Umber #96381A

Tints of Burnt Umber #96381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 64.66%
G = 24.14%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96381A (or 0x96381A) is known color: Burnt Umber. HEX triplet: 96, 38 and 1A. RGB value is (150,56,26). Sum of RGB (Red+Green+Blue) = 150+56+26=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96381A is #69C7E5. Grayscale: #505050. Windows color (decimal): -6932454 or 1718422. OLE color: 1718422.

HSL color Cylindrical-coordinate representation of color #96381A: hue angle of 14.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96381A is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 26 -
CMYK 0 0.63 0.83 0.41
HSL 14.52º 0.7% 0.35% -
HSV(B) 14.52º 0.83% 0.59% -
XYZ 14.18 9.39 2.04 -
YUV 80.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 150 56 26 0 0.63 0.83 0.41 14.52 0.7 0.35
Hex 96 38 1A 0 3F 53 29 F 46 23
Octal 226 70 32 0 77 123 51 17 106 43
Binary 10010110 111000 11010 0 111111 1010011 101001 1111 1000110 100011

Color Harmonies of #96381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96381A

Black with #96381A

Text Example


Text Example

White with #96381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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