Html Css Color HEX #743E36 Crown Of Thorns

📋 copy color: '#743E36'

red 116 ◦ green 62 ◦ blue 54

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

Shades of Crown Of Thorns #743E36

Tints of Crown Of Thorns #743E36

RGB

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

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

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

R = 50%
G = 26.72%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#743E36 (or 0x743E36) is known color: Crown Of Thorns. HEX triplet: 74, 3E and 36. RGB value is (116,62,54). Sum of RGB (Red+Green+Blue) = 116+62+54=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E36 is #8BC1C9. Grayscale: #4D4D4D. Windows color (decimal): -9159114 or 3554932. OLE color: 3554932.

HSL color Cylindrical-coordinate representation of color #743E36: hue angle of 7.74º 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 #743E36 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 54 -
CMYK 0 0.47 0.53 0.55
HSL 7.74º 0.36% 0.33% -
HSV(B) 7.74º 0.53% 0.45% -
XYZ 9.59 7.42 4.42 -
YUV 77.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 116 62 54 0 0.47 0.53 0.55 7.74 0.36 0.33
Hex 74 3E 36 0 2F 35 37 8 24 21
Octal 164 76 66 0 57 65 67 10 44 41
Binary 1110100 111110 110110 0 101111 110101 110111 1000 100100 100001

Color Harmonies of #743E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E36

Black with #743E36

Text Example


Text Example

White with #743E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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