Html Css Color HEX #75392E Crown Of Thorns

📋 copy color: '#75392E'

red 117 ◦ green 57 ◦ blue 46

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

Shades of Crown Of Thorns #75392E

Tints of Crown Of Thorns #75392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 53.18%
G = 25.91%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75392E (or 0x75392E) is known color: Crown Of Thorns. HEX triplet: 75, 39 and 2E. RGB value is (117,57,46). Sum of RGB (Red+Green+Blue) = 117+57+46=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #75392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75392E is #8AC6D1. Grayscale: #494949. Windows color (decimal): -9094866 or 3029365. OLE color: 3029365.

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

Color convert

RGB 117 57 46 -
CMYK 0 0.51 0.61 0.54
HSL 9.3º 0.44% 0.32% -
HSV(B) 9.3º 0.61% 0.46% -
XYZ 9.29 6.91 3.43 -
YUV 73.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 117 57 46 0 0.51 0.61 0.54 9.3 0.44 0.32
Hex 75 39 2E 0 33 3D 36 9 2C 20
Octal 165 71 56 0 63 75 66 11 54 40
Binary 1110101 111001 101110 0 110011 111101 110110 1001 101100 100000

Color Harmonies of #75392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75392E

Black with #75392E

Text Example


Text Example

White with #75392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75392E; }

 p { color: rgb(117,57,46); }

 H1.HeaderClassName
 {
   color: #75392E;
 }
 .AnyTagClassName
 {
   color: #75392E;
 }
</style>

background-color css

<style>
 a { background-color: #75392E; }

 a { background-color: rgb(117,57,46); }

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

border-color css

<style>
 span { border-color: #75392E; }

 span { border-color: rgb(117,57,46); }

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