Html Css Color HEX #753732 Crown Of Thorns

📋 copy color: '#753732'

red 117 ◦ green 55 ◦ blue 50

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

Shades of Crown Of Thorns #753732

Tints of Crown Of Thorns #753732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 52.7%
G = 24.77%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#753732 (or 0x753732) is known color: Crown Of Thorns. HEX triplet: 75, 37 and 32. RGB value is (117,55,50). Sum of RGB (Red+Green+Blue) = 117+55+50=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753732 is #8AC8CD. Grayscale: #494949. Windows color (decimal): -9095374 or 3290997. OLE color: 3290997.

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

Color convert

RGB 117 55 50 -
CMYK 0 0.53 0.57 0.54
HSL 4.48º 0.4% 0.33% -
HSV(B) 4.48º 0.57% 0.46% -
XYZ 9.28 6.74 3.83 -
YUV 72.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 117 55 50 0 0.53 0.57 0.54 4.48 0.4 0.33
Hex 75 37 32 0 35 39 36 4 28 21
Octal 165 67 62 0 65 71 66 4 50 41
Binary 1110101 110111 110010 0 110101 111001 110110 100 101000 100001

Color Harmonies of #753732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753732

Black with #753732

Text Example


Text Example

White with #753732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753732; }

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

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

background-color css

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

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

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

border-color css

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

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

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