Html Css Color HEX #95331A Burnt Umber

📋 copy color: '#95331A'

red 149 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #95331A

Tints of Burnt Umber #95331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 65.93%
G = 22.57%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95331A (or 0x95331A) is known color: Burnt Umber. HEX triplet: 95, 33 and 1A. RGB value is (149,51,26). Sum of RGB (Red+Green+Blue) = 149+51+26=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95331A is #6ACCE5. Grayscale: #4D4D4D. Windows color (decimal): -6999270 or 1717141. OLE color: 1717141.

HSL color Cylindrical-coordinate representation of color #95331A: hue angle of 12.2º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95331A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 26 -
CMYK 0 0.66 0.83 0.42
HSL 12.2º 0.7% 0.34% -
HSV(B) 12.2º 0.83% 0.58% -
XYZ 13.76 8.83 1.96 -
YUV 77.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 149 51 26 0 0.66 0.83 0.42 12.2 0.7 0.34
Hex 95 33 1A 0 42 53 2A C 46 22
Octal 225 63 32 0 102 123 52 14 106 42
Binary 10010101 110011 11010 0 1000010 1010011 101010 1100 1000110 100010

Color Harmonies of #95331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95331A

Black with #95331A

Text Example


Text Example

White with #95331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,51,26); }

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

background-color css

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

 a { background-color: rgb(149,51,26); }

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

border-color css

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

 span { border-color: rgb(149,51,26); }

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