Html Css Color HEX #753B30 Crown Of Thorns

📋 copy color: '#753B30'

red 117 ◦ green 59 ◦ blue 48

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

Shades of Crown Of Thorns #753B30

Tints of Crown Of Thorns #753B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 52.23%
G = 26.34%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#753B30 (or 0x753B30) is known color: Crown Of Thorns. HEX triplet: 75, 3B and 30. RGB value is (117,59,48). Sum of RGB (Red+Green+Blue) = 117+59+48=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B30 is #8AC4CF. Grayscale: #4B4B4B. Windows color (decimal): -9094352 or 3160949. OLE color: 3160949.

HSL color Cylindrical-coordinate representation of color #753B30: hue angle of 9.57º 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 #753B30 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 48 -
CMYK 0 0.50 0.59 0.54
HSL 9.57º 0.42% 0.32% -
HSV(B) 9.57º 0.59% 0.46% -
XYZ 9.43 7.12 3.67 -
YUV 75.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 117 59 48 0 0.50 0.59 0.54 9.57 0.42 0.32
Hex 75 3B 30 0 32 3B 36 A 2A 20
Octal 165 73 60 0 62 73 66 12 52 40
Binary 1110101 111011 110000 0 110010 111011 110110 1010 101010 100000

Color Harmonies of #753B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B30

Black with #753B30

Text Example


Text Example

White with #753B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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