Html Css Color HEX #754037 Crown Of Thorns

📋 copy color: '#754037'

red 117 ◦ green 64 ◦ blue 55

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

Shades of Crown Of Thorns #754037

Tints of Crown Of Thorns #754037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 49.58%
G = 27.12%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#754037 (or 0x754037) is known color: Crown Of Thorns. HEX triplet: 75, 40 and 37. RGB value is (117,64,55). Sum of RGB (Red+Green+Blue) = 117+64+55=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754037 is #8ABFC8. Grayscale: #4E4E4E. Windows color (decimal): -9093065 or 3620981. OLE color: 3620981.

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

Color convert

RGB 117 64 55 -
CMYK 0 0.45 0.53 0.54
HSL 8.71º 0.36% 0.34% -
HSV(B) 8.71º 0.53% 0.46% -
XYZ 9.86 7.72 4.59 -
YUV 78.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 117 64 55 0 0.45 0.53 0.54 8.71 0.36 0.34
Hex 75 40 37 0 2D 35 36 9 24 22
Octal 165 100 67 0 55 65 66 11 44 42
Binary 1110101 1000000 110111 0 101101 110101 110110 1001 100100 100010

Color Harmonies of #754037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754037

Black with #754037

Text Example


Text Example

White with #754037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754037; }

 p { color: rgb(117,64,55); }

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

background-color css

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

 a { background-color: rgb(117,64,55); }

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

border-color css

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

 span { border-color: rgb(117,64,55); }

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