Html Css Color HEX #743F31 Crown Of Thorns

📋 copy color: '#743F31'

red 116 ◦ green 63 ◦ blue 49

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

Shades of Crown Of Thorns #743F31

Tints of Crown Of Thorns #743F31

RGB

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

 GREEN value IS 63 (25% from 255) = 27.63%

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

R = 50.88%
G = 27.63%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#743F31 (or 0x743F31) is known color: Crown Of Thorns. HEX triplet: 74, 3F and 31. RGB value is (116,63,49). Sum of RGB (Red+Green+Blue) = 116+63+49=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #743F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F31 is #8BC0CE. Grayscale: #4D4D4D. Windows color (decimal): -9158863 or 3227508. OLE color: 3227508.

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

Color convert

RGB 116 63 49 -
CMYK 0 0.46 0.58 0.55
HSL 12.54º 0.41% 0.32% -
HSV(B) 12.54º 0.58% 0.45% -
XYZ 9.53 7.49 3.85 -
YUV 77.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 116 63 49 0 0.46 0.58 0.55 12.54 0.41 0.32
Hex 74 3F 31 0 2E 3A 37 D 29 20
Octal 164 77 61 0 56 72 67 15 51 40
Binary 1110100 111111 110001 0 101110 111010 110111 1101 101001 100000

Color Harmonies of #743F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F31

Black with #743F31

Text Example


Text Example

White with #743F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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