Html Css Color HEX #9C584B Crail

📋 copy color: '#9C584B'

red 156 ◦ green 88 ◦ blue 75

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

Shades of Crail #9C584B

Tints of Crail #9C584B

RGB

 RED value IS 156 (61.33% from 255) = 48.9%

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 48.9%
G = 27.59%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C584B (or 0x9C584B) is known color: Crail. HEX triplet: 9C, 58 and 4B. RGB value is (156,88,75). Sum of RGB (Red+Green+Blue) = 156+88+75=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C584B is #63A7B4. Grayscale: #6A6A6A. Windows color (decimal): -6530997 or 4937884. OLE color: 4937884.

HSL color Cylindrical-coordinate representation of color #9C584B: hue angle of 9.63º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C584B is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 88 75 -
CMYK 0 0.44 0.52 0.39
HSL 9.63º 0.35% 0.45% -
HSV(B) 9.63º 0.52% 0.61% -
XYZ 18.47 14.56 8.49 -
YUV 106.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 156 88 75 0 0.44 0.52 0.39 9.63 0.35 0.45
Hex 9C 58 4B 0 2C 34 27 A 23 2D
Octal 234 130 113 0 54 64 47 12 43 55
Binary 10011100 1011000 1001011 0 101100 110100 100111 1010 100011 101101

Color Harmonies of #9C584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C584B

Black with #9C584B

Text Example


Text Example

White with #9C584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C584B; }

 p { color: rgb(156,88,75); }

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

background-color css

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

 a { background-color: rgb(156,88,75); }

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

border-color css

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

 span { border-color: rgb(156,88,75); }

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