Html Css Color HEX #753931 Crown Of Thorns

📋 copy color: '#753931'

red 117 ◦ green 57 ◦ blue 49

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

Shades of Crown Of Thorns #753931

Tints of Crown Of Thorns #753931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 52.47%
G = 25.56%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753931 (or 0x753931) is known color: Crown Of Thorns. HEX triplet: 75, 39 and 31. RGB value is (117,57,49). Sum of RGB (Red+Green+Blue) = 117+57+49=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753931 is #8AC6CE. Grayscale: #4A4A4A. Windows color (decimal): -9094863 or 3225973. OLE color: 3225973.

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

Color convert

RGB 117 57 49 -
CMYK 0 0.51 0.58 0.54
HSL 7.06º 0.41% 0.33% -
HSV(B) 7.06º 0.58% 0.46% -
XYZ 9.35 6.93 3.75 -
YUV 74.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 117 57 49 0 0.51 0.58 0.54 7.06 0.41 0.33
Hex 75 39 31 0 33 3A 36 7 29 21
Octal 165 71 61 0 63 72 66 7 51 41
Binary 1110101 111001 110001 0 110011 111010 110110 111 101001 100001

Color Harmonies of #753931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753931

Black with #753931

Text Example


Text Example

White with #753931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753931; }

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

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

background-color css

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

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

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

border-color css

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

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

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