Html Css Color HEX #743C31 Crown Of Thorns

📋 copy color: '#743C31'

red 116 ◦ green 60 ◦ blue 49

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

Shades of Crown Of Thorns #743C31

Tints of Crown Of Thorns #743C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 51.56%
G = 26.67%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#743C31 (or 0x743C31) is known color: Crown Of Thorns. HEX triplet: 74, 3C and 31. RGB value is (116,60,49). Sum of RGB (Red+Green+Blue) = 116+60+49=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #743C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C31 is #8BC3CE. Grayscale: #4B4B4B. Windows color (decimal): -9159631 or 3226740. OLE color: 3226740.

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

Color convert

RGB 116 60 49 -
CMYK 0 0.48 0.58 0.55
HSL 9.85º 0.41% 0.32% -
HSV(B) 9.85º 0.58% 0.45% -
XYZ 9.37 7.17 3.8 -
YUV 75.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 116 60 49 0 0.48 0.58 0.55 9.85 0.41 0.32
Hex 74 3C 31 0 30 3A 37 A 29 20
Octal 164 74 61 0 60 72 67 12 51 40
Binary 1110100 111100 110001 0 110000 111010 110111 1010 101001 100000

Color Harmonies of #743C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C31

Black with #743C31

Text Example


Text Example

White with #743C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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