Html Css Color HEX #753C3A Crown Of Thorns

📋 copy color: '#753C3A'

red 117 ◦ green 60 ◦ blue 58

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

Shades of Crown Of Thorns #753C3A

Tints of Crown Of Thorns #753C3A

RGB

 RED value IS 117 (46.09% from 255) = 49.79%

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 49.79%
G = 25.53%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#753C3A (or 0x753C3A) is known color: Crown Of Thorns. HEX triplet: 75, 3C and 3A. RGB value is (117,60,58). Sum of RGB (Red+Green+Blue) = 117+60+58=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3A is #8AC3C5. Grayscale: #4C4C4C. Windows color (decimal): -9094086 or 3816565. OLE color: 3816565.

HSL color Cylindrical-coordinate representation of color #753C3A: hue angle of 2.03º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753C3A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 58 -
CMYK 0 0.49 0.50 0.54
HSL 2.03º 0.34% 0.34% -
HSV(B) 2.03º 0.5% 0.46% -
XYZ 9.72 7.32 4.9 -
YUV 76.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 117 60 58 0 0.49 0.50 0.54 2.03 0.34 0.34
Hex 75 3C 3A 0 31 32 36 2 22 22
Octal 165 74 72 0 61 62 66 2 42 42
Binary 1110101 111100 111010 0 110001 110010 110110 10 100010 100010

Color Harmonies of #753C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C3A

Black with #753C3A

Text Example


Text Example

White with #753C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753C3A; }

 p { color: rgb(117,60,58); }

 H1.HeaderClassName
 {
   color: #753C3A;
 }
 .AnyTagClassName
 {
   color: #753C3A;
 }
</style>

background-color css

<style>
 a { background-color: #753C3A; }

 a { background-color: rgb(117,60,58); }

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

border-color css

<style>
 span { border-color: #753C3A; }

 span { border-color: rgb(117,60,58); }

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