Html Css Color HEX #753E32 Crown Of Thorns

📋 copy color: '#753E32'

red 117 ◦ green 62 ◦ blue 50

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

Shades of Crown Of Thorns #753E32

Tints of Crown Of Thorns #753E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 51.09%
G = 27.07%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#753E32 (or 0x753E32) is known color: Crown Of Thorns. HEX triplet: 75, 3E and 32. RGB value is (117,62,50). Sum of RGB (Red+Green+Blue) = 117+62+50=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E32 is #8AC1CD. Grayscale: #4D4D4D. Windows color (decimal): -9093582 or 3292789. OLE color: 3292789.

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

Color convert

RGB 117 62 50 -
CMYK 0 0.47 0.57 0.54
HSL 10.75º 0.4% 0.33% -
HSV(B) 10.75º 0.57% 0.46% -
XYZ 9.63 7.46 3.95 -
YUV 77.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 117 62 50 0 0.47 0.57 0.54 10.75 0.4 0.33
Hex 75 3E 32 0 2F 39 36 B 28 21
Octal 165 76 62 0 57 71 66 13 50 41
Binary 1110101 111110 110010 0 101111 111001 110110 1011 101000 100001

Color Harmonies of #753E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E32

Black with #753E32

Text Example


Text Example

White with #753E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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