Html Css Color HEX #743C2E Crown Of Thorns

📋 copy color: '#743C2E'

red 116 ◦ green 60 ◦ blue 46

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

Shades of Crown Of Thorns #743C2E

Tints of Crown Of Thorns #743C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

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

R = 52.25%
G = 27.03%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#743C2E (or 0x743C2E) is known color: Crown Of Thorns. HEX triplet: 74, 3C and 2E. RGB value is (116,60,46). Sum of RGB (Red+Green+Blue) = 116+60+46=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C2E is #8BC3D1. Grayscale: #4B4B4B. Windows color (decimal): -9159634 or 3030132. OLE color: 3030132.

HSL color Cylindrical-coordinate representation of color #743C2E: hue angle of 12º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743C2E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 46 -
CMYK 0 0.48 0.60 0.55
HSL 12º 0.43% 0.32% -
HSV(B) 12º 0.6% 0.45% -
XYZ 9.31 7.14 3.47 -
YUV 75.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 116 60 46 0 0.48 0.60 0.55 12 0.43 0.32
Hex 74 3C 2E 0 30 3C 37 C 2B 20
Octal 164 74 56 0 60 74 67 14 53 40
Binary 1110100 111100 101110 0 110000 111100 110111 1100 101011 100000

Color Harmonies of #743C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C2E

Black with #743C2E

Text Example


Text Example

White with #743C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,60,46); }

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

background-color css

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

 a { background-color: rgb(116,60,46); }

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

border-color css

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

 span { border-color: rgb(116,60,46); }

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