Html Css Color HEX #753B32 Crown Of Thorns

📋 copy color: '#753B32'

red 117 ◦ green 59 ◦ blue 50

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

Shades of Crown Of Thorns #753B32

Tints of Crown Of Thorns #753B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 51.77%
G = 26.11%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#753B32 (or 0x753B32) is known color: Crown Of Thorns. HEX triplet: 75, 3B and 32. RGB value is (117,59,50). Sum of RGB (Red+Green+Blue) = 117+59+50=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #753B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B32 is #8AC4CD. Grayscale: #4B4B4B. Windows color (decimal): -9094350 or 3292021. OLE color: 3292021.

HSL color Cylindrical-coordinate representation of color #753B32: hue angle of 8.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753B32 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 50 -
CMYK 0 0.50 0.57 0.54
HSL 8.06º 0.4% 0.33% -
HSV(B) 8.06º 0.57% 0.46% -
XYZ 9.48 7.14 3.9 -
YUV 75.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 117 59 50 0 0.50 0.57 0.54 8.06 0.4 0.33
Hex 75 3B 32 0 32 39 36 8 28 21
Octal 165 73 62 0 62 71 66 10 50 41
Binary 1110101 111011 110010 0 110010 111001 110110 1000 101000 100001

Color Harmonies of #753B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B32

Black with #753B32

Text Example


Text Example

White with #753B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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