Html Css Color HEX #753E37 Crown Of Thorns

📋 copy color: '#753E37'

red 117 ◦ green 62 ◦ blue 55

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

Shades of Crown Of Thorns #753E37

Tints of Crown Of Thorns #753E37

RGB

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

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

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

R = 50%
G = 26.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#753E37 (or 0x753E37) is known color: Crown Of Thorns. HEX triplet: 75, 3E and 37. RGB value is (117,62,55). Sum of RGB (Red+Green+Blue) = 117+62+55=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #753E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E37 is #8AC1C8. Grayscale: #4D4D4D. Windows color (decimal): -9093577 or 3620469. OLE color: 3620469.

HSL color Cylindrical-coordinate representation of color #753E37: hue angle of 6.77º 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 #753E37 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 55 -
CMYK 0 0.47 0.53 0.54
HSL 6.77º 0.36% 0.34% -
HSV(B) 6.77º 0.53% 0.46% -
XYZ 9.75 7.5 4.55 -
YUV 77.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 117 62 55 0 0.47 0.53 0.54 6.77 0.36 0.34
Hex 75 3E 37 0 2F 35 36 7 24 22
Octal 165 76 67 0 57 65 66 7 44 42
Binary 1110101 111110 110111 0 101111 110101 110110 111 100100 100010

Color Harmonies of #753E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E37

Black with #753E37

Text Example


Text Example

White with #753E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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