Html Css Color HEX #753F39 Crown Of Thorns

📋 copy color: '#753F39'

red 117 ◦ green 63 ◦ blue 57

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

Shades of Crown Of Thorns #753F39

Tints of Crown Of Thorns #753F39

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 49.37%
G = 26.58%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#753F39 (or 0x753F39) is known color: Crown Of Thorns. HEX triplet: 75, 3F and 39. RGB value is (117,63,57). Sum of RGB (Red+Green+Blue) = 117+63+57=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F39 is #8AC0C6. Grayscale: #4E4E4E. Windows color (decimal): -9093319 or 3751797. OLE color: 3751797.

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

Color convert

RGB 117 63 57 -
CMYK 0 0.46 0.51 0.54
HSL 0.34% 0.34% -
HSV(B) 0.51% 0.46% -
XYZ 9.85 7.63 4.82 -
YUV 78.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 117 63 57 0 0.46 0.51 0.54 6 0.34 0.34
Hex 75 3F 39 0 2E 33 36 6 22 22
Octal 165 77 71 0 56 63 66 6 42 42
Binary 1110101 111111 111001 0 101110 110011 110110 110 100010 100010

Color Harmonies of #753F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F39

Black with #753F39

Text Example


Text Example

White with #753F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,57); }

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

background-color css

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

 a { background-color: rgb(117,63,57); }

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

border-color css

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

 span { border-color: rgb(117,63,57); }

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