Html Css Color HEX #744036 Crown Of Thorns

📋 copy color: '#744036'

red 116 ◦ green 64 ◦ blue 54

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

Shades of Crown Of Thorns #744036

Tints of Crown Of Thorns #744036

RGB

 RED value IS 116 (45.7% from 255) = 49.57%

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

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

R = 49.57%
G = 27.35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744036 (or 0x744036) is known color: Crown Of Thorns. HEX triplet: 74, 40 and 36. RGB value is (116,64,54). Sum of RGB (Red+Green+Blue) = 116+64+54=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744036 is #8BBFC9. Grayscale: #4E4E4E. Windows color (decimal): -9158602 or 3555444. OLE color: 3555444.

HSL color Cylindrical-coordinate representation of color #744036: hue angle of 9.68º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744036 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 54 -
CMYK 0 0.45 0.53 0.55
HSL 9.68º 0.36% 0.33% -
HSV(B) 9.68º 0.53% 0.45% -
XYZ 9.7 7.65 4.45 -
YUV 78.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 116 64 54 0 0.45 0.53 0.55 9.68 0.36 0.33
Hex 74 40 36 0 2D 35 37 A 24 21
Octal 164 100 66 0 55 65 67 12 44 41
Binary 1110100 1000000 110110 0 101101 110101 110111 1010 100100 100001

Color Harmonies of #744036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744036

Black with #744036

Text Example


Text Example

White with #744036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744036; }

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

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

background-color css

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

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

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

border-color css

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

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

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