Html Css Color HEX #753A34 Crown Of Thorns

📋 copy color: '#753A34'

red 117 ◦ green 58 ◦ blue 52

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

Shades of Crown Of Thorns #753A34

Tints of Crown Of Thorns #753A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 51.54%
G = 25.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753A34 (or 0x753A34) is known color: Crown Of Thorns. HEX triplet: 75, 3A and 34. RGB value is (117,58,52). Sum of RGB (Red+Green+Blue) = 117+58+52=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #753A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A34 is #8AC5CB. Grayscale: #4B4B4B. Windows color (decimal): -9094604 or 3422837. OLE color: 3422837.

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

Color convert

RGB 117 58 52 -
CMYK 0 0.50 0.56 0.54
HSL 5.54º 0.38% 0.33% -
HSV(B) 5.54º 0.56% 0.46% -
XYZ 9.47 7.06 4.11 -
YUV 74.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 117 58 52 0 0.50 0.56 0.54 5.54 0.38 0.33
Hex 75 3A 34 0 32 38 36 6 26 21
Octal 165 72 64 0 62 70 66 6 46 41
Binary 1110101 111010 110100 0 110010 111000 110110 110 100110 100001

Color Harmonies of #753A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A34

Black with #753A34

Text Example


Text Example

White with #753A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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