Html Css Color HEX #753C2D Crown Of Thorns

📋 copy color: '#753C2D'

red 117 ◦ green 60 ◦ blue 45

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

Shades of Crown Of Thorns #753C2D

Tints of Crown Of Thorns #753C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 52.7%
G = 27.03%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#753C2D (or 0x753C2D) is known color: Crown Of Thorns. HEX triplet: 75, 3C and 2D. RGB value is (117,60,45). Sum of RGB (Red+Green+Blue) = 117+60+45=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C2D is #8AC3D2. Grayscale: #4B4B4B. Windows color (decimal): -9094099 or 2964597. OLE color: 2964597.

HSL color Cylindrical-coordinate representation of color #753C2D: hue angle of 12.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753C2D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 45 -
CMYK 0 0.49 0.62 0.54
HSL 12.5º 0.44% 0.32% -
HSV(B) 12.5º 0.62% 0.46% -
XYZ 9.43 7.2 3.38 -
YUV 75.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 117 60 45 0 0.49 0.62 0.54 12.5 0.44 0.32
Hex 75 3C 2D 0 31 3E 36 C 2C 20
Octal 165 74 55 0 61 76 66 14 54 40
Binary 1110101 111100 101101 0 110001 111110 110110 1100 101100 100000

Color Harmonies of #753C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C2D

Black with #753C2D

Text Example


Text Example

White with #753C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,45); }

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

background-color css

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

 a { background-color: rgb(117,60,45); }

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

border-color css

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

 span { border-color: rgb(117,60,45); }

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