Html Css Color HEX #753733 Crown Of Thorns

📋 copy color: '#753733'

red 117 ◦ green 55 ◦ blue 51

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

Shades of Crown Of Thorns #753733

Tints of Crown Of Thorns #753733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.87%

R = 52.47%
G = 24.66%
B = 22.87%

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

#753733 (or 0x753733) is known color: Crown Of Thorns. HEX triplet: 75, 37 and 33. RGB value is (117,55,51). Sum of RGB (Red+Green+Blue) = 117+55+51=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753733 is #8AC8CC. Grayscale: #494949. Windows color (decimal): -9095373 or 3356533. OLE color: 3356533.

HSL color Cylindrical-coordinate representation of color #753733: hue angle of 3.64º degrees, saturation: 0.39, 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 #753733 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 51 -
CMYK 0 0.53 0.56 0.54
HSL 3.64º 0.39% 0.33% -
HSV(B) 3.64º 0.56% 0.46% -
XYZ 9.3 6.75 3.95 -
YUV 73.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 117 55 51 0 0.53 0.56 0.54 3.64 0.39 0.33
Hex 75 37 33 0 35 38 36 4 27 21
Octal 165 67 63 0 65 70 66 4 47 41
Binary 1110101 110111 110011 0 110101 111000 110110 100 100111 100001

Color Harmonies of #753733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753733

Black with #753733

Text Example


Text Example

White with #753733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753733; }

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

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

background-color css

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

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

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

border-color css

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

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

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