Html Css Color HEX #95938A Dawn

📋 copy color: '#95938A'

red 149 ◦ green 147 ◦ blue 138

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

Shades of Dawn #95938A

Tints of Dawn #95938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 34.33%
G = 33.87%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95938A (or 0x95938A) is known color: Dawn. HEX triplet: 95, 93 and 8A. RGB value is (149,147,138). Sum of RGB (Red+Green+Blue) = 149+147+138=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 149 - color contains mainly: red. Hex color #95938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95938A is #6A6C75. Grayscale: #929292. Windows color (decimal): -6974582 or 9081749. OLE color: 9081749.

HSL color Cylindrical-coordinate representation of color #95938A: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95938A is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 138 -
CMYK 0 0.01 0.07 0.42
HSL 49.09º 0.05% 0.56% -
HSV(B) 49.09º 0.07% 0.58% -
XYZ 27.42 29.09 28.22 -
YUV 146.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 149 147 138 0 0.01 0.07 0.42 49.09 0.05 0.56
Hex 95 93 8A 0 1 7 2A 31 5 38
Octal 225 223 212 0 1 7 52 61 5 70
Binary 10010101 10010011 10001010 0 1 111 101010 110001 101 111000

Color Harmonies of #95938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95938A

Black with #95938A

Text Example


Text Example

White with #95938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,147,138); }

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

background-color css

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

 a { background-color: rgb(149,147,138); }

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

border-color css

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

 span { border-color: rgb(149,147,138); }

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