Html Css Color HEX #753734 Crown Of Thorns

📋 copy color: '#753734'

red 117 ◦ green 55 ◦ blue 52

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

Shades of Crown Of Thorns #753734

Tints of Crown Of Thorns #753734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 52.23%
G = 24.55%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#753734 (or 0x753734) is known color: Crown Of Thorns. HEX triplet: 75, 37 and 34. RGB value is (117,55,52). Sum of RGB (Red+Green+Blue) = 117+55+52=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753734 is #8AC8CB. Grayscale: #494949. Windows color (decimal): -9095372 or 3422069. OLE color: 3422069.

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

Color convert

RGB 117 55 52 -
CMYK 0 0.53 0.56 0.54
HSL 2.77º 0.38% 0.33% -
HSV(B) 2.77º 0.56% 0.46% -
XYZ 9.32 6.76 4.06 -
YUV 73.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 117 55 52 0 0.53 0.56 0.54 2.77 0.38 0.33
Hex 75 37 34 0 35 38 36 3 26 21
Octal 165 67 64 0 65 70 66 3 46 41
Binary 1110101 110111 110100 0 110101 111000 110110 11 100110 100001

Color Harmonies of #753734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753734

Black with #753734

Text Example


Text Example

White with #753734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753734; }

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

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

background-color css

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

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

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

border-color css

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

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

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