Html Css Color HEX #754036 Crown Of Thorns

📋 copy color: '#754036'

red 117 ◦ green 64 ◦ blue 54

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

Shades of Crown Of Thorns #754036

Tints of Crown Of Thorns #754036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 49.79%
G = 27.23%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754036 (or 0x754036) is known color: Crown Of Thorns. HEX triplet: 75, 40 and 36. RGB value is (117,64,54). Sum of RGB (Red+Green+Blue) = 117+64+54=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754036 is #8ABFC9. Grayscale: #4E4E4E. Windows color (decimal): -9093066 or 3555445. OLE color: 3555445.

HSL color Cylindrical-coordinate representation of color #754036: hue angle of 9.52º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754036 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 54 -
CMYK 0 0.45 0.54 0.54
HSL 9.52º 0.37% 0.34% -
HSV(B) 9.52º 0.54% 0.46% -
XYZ 9.84 7.72 4.46 -
YUV 78.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 117 64 54 0 0.45 0.54 0.54 9.52 0.37 0.34
Hex 75 40 36 0 2D 36 36 A 25 22
Octal 165 100 66 0 55 66 66 12 45 42
Binary 1110101 1000000 110110 0 101101 110110 110110 1010 100101 100010

Color Harmonies of #754036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754036

Black with #754036

Text Example


Text Example

White with #754036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754036; }

 p { color: rgb(117,64,54); }

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

background-color css

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

 a { background-color: rgb(117,64,54); }

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

border-color css

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

 span { border-color: rgb(117,64,54); }

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