Html Css Color HEX #9C3E23 Rock Spray

📋 copy color: '#9C3E23'

red 156 ◦ green 62 ◦ blue 35

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

Shades of Rock Spray #9C3E23

Tints of Rock Spray #9C3E23

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 61.66%
G = 24.51%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C3E23 (or 0x9C3E23) is known color: Rock Spray. HEX triplet: 9C, 3E and 23. RGB value is (156,62,35). Sum of RGB (Red+Green+Blue) = 156+62+35=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E23 is #63C1DC. Grayscale: #575757. Windows color (decimal): -6537693 or 2309788. OLE color: 2309788.

HSL color Cylindrical-coordinate representation of color #9C3E23: hue angle of 13.39º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C3E23 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 62 35 -
CMYK 0 0.60 0.78 0.39
HSL 13.39º 0.63% 0.37% -
HSV(B) 13.39º 0.78% 0.61% -
XYZ 15.74 10.63 2.81 -
YUV 87.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 156 62 35 0 0.60 0.78 0.39 13.39 0.63 0.37
Hex 9C 3E 23 0 3C 4E 27 D 3F 25
Octal 234 76 43 0 74 116 47 15 77 45
Binary 10011100 111110 100011 0 111100 1001110 100111 1101 111111 100101

Color Harmonies of #9C3E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3E23

Black with #9C3E23

Text Example


Text Example

White with #9C3E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,62,35); }

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

background-color css

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

 a { background-color: rgb(156,62,35); }

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

border-color css

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

 span { border-color: rgb(156,62,35); }

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