Html Css Color HEX #753C30 Crown Of Thorns

📋 copy color: '#753C30'

red 117 ◦ green 60 ◦ blue 48

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

Shades of Crown Of Thorns #753C30

Tints of Crown Of Thorns #753C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 52%
G = 26.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#753C30 (or 0x753C30) is known color: Crown Of Thorns. HEX triplet: 75, 3C and 30. RGB value is (117,60,48). Sum of RGB (Red+Green+Blue) = 117+60+48=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C30 is #8AC3CF. Grayscale: #4B4B4B. Windows color (decimal): -9094096 or 3161205. OLE color: 3161205.

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

Color convert

RGB 117 60 48 -
CMYK 0 0.49 0.59 0.54
HSL 10.43º 0.42% 0.32% -
HSV(B) 10.43º 0.59% 0.46% -
XYZ 9.49 7.23 3.69 -
YUV 75.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 117 60 48 0 0.49 0.59 0.54 10.43 0.42 0.32
Hex 75 3C 30 0 31 3B 36 A 2A 20
Octal 165 74 60 0 61 73 66 12 52 40
Binary 1110101 111100 110000 0 110001 111011 110110 1010 101010 100000

Color Harmonies of #753C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C30

Black with #753C30

Text Example


Text Example

White with #753C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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