Html Css Color HEX #95381E Burnt Umber

📋 copy color: '#95381E'

red 149 ◦ green 56 ◦ blue 30

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

Shades of Burnt Umber #95381E

Tints of Burnt Umber #95381E

RGB

 RED value IS 149 (58.59% from 255) = 63.4%

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 63.4%
G = 23.83%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95381E (or 0x95381E) is known color: Burnt Umber. HEX triplet: 95, 38 and 1E. RGB value is (149,56,30). Sum of RGB (Red+Green+Blue) = 149+56+30=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #95381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95381E is #6AC7E1. Grayscale: #515151. Windows color (decimal): -6997986 or 1980565. OLE color: 1980565.

HSL color Cylindrical-coordinate representation of color #95381E: hue angle of 13.11º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95381E is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 30 -
CMYK 0 0.62 0.80 0.42
HSL 13.11º 0.66% 0.35% -
HSV(B) 13.11º 0.8% 0.58% -
XYZ 14.04 9.31 2.29 -
YUV 80.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 149 56 30 0 0.62 0.80 0.42 13.11 0.66 0.35
Hex 95 38 1E 0 3E 50 2A D 42 23
Octal 225 70 36 0 76 120 52 15 102 43
Binary 10010101 111000 11110 0 111110 1010000 101010 1101 1000010 100011

Color Harmonies of #95381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95381E

Black with #95381E

Text Example


Text Example

White with #95381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95381E; }

 p { color: rgb(149,56,30); }

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

background-color css

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

 a { background-color: rgb(149,56,30); }

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

border-color css

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

 span { border-color: rgb(149,56,30); }

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