Html Css Color HEX #754136 Crown Of Thorns

📋 copy color: '#754136'

red 117 ◦ green 65 ◦ blue 54

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

Shades of Crown Of Thorns #754136

Tints of Crown Of Thorns #754136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

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

R = 49.58%
G = 27.54%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754136 (or 0x754136) is known color: Crown Of Thorns. HEX triplet: 75, 41 and 36. RGB value is (117,65,54). Sum of RGB (Red+Green+Blue) = 117+65+54=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754136 is #8ABEC9. Grayscale: #4F4F4F. Windows color (decimal): -9092810 or 3555701. OLE color: 3555701.

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

Color convert

RGB 117 65 54 -
CMYK 0 0.44 0.54 0.54
HSL 10.48º 0.37% 0.34% -
HSV(B) 10.48º 0.54% 0.46% -
XYZ 9.89 7.83 4.48 -
YUV 79.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 117 65 54 0 0.44 0.54 0.54 10.48 0.37 0.34
Hex 75 41 36 0 2C 36 36 A 25 22
Octal 165 101 66 0 54 66 66 12 45 42
Binary 1110101 1000001 110110 0 101100 110110 110110 1010 100101 100010

Color Harmonies of #754136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754136

Black with #754136

Text Example


Text Example

White with #754136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754136; }

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

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

background-color css

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

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

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

border-color css

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

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

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