Html Css Color HEX #743C38 Crown Of Thorns

📋 copy color: '#743C38'

red 116 ◦ green 60 ◦ blue 56

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

Shades of Crown Of Thorns #743C38

Tints of Crown Of Thorns #743C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 50%
G = 25.86%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#743C38 (or 0x743C38) is known color: Crown Of Thorns. HEX triplet: 74, 3C and 38. RGB value is (116,60,56). Sum of RGB (Red+Green+Blue) = 116+60+56=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C38 is #8BC3C7. Grayscale: #4C4C4C. Windows color (decimal): -9159624 or 3685492. OLE color: 3685492.

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

Color convert

RGB 116 60 56 -
CMYK 0 0.48 0.52 0.55
HSL 0.35% 0.34% -
HSV(B) 0.52% 0.45% -
XYZ 9.53 7.23 4.63 -
YUV 76.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 116 60 56 0 0.48 0.52 0.55 4 0.35 0.34
Hex 74 3C 38 0 30 34 37 4 23 22
Octal 164 74 70 0 60 64 67 4 43 42
Binary 1110100 111100 111000 0 110000 110100 110111 100 100011 100010

Color Harmonies of #743C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C38

Black with #743C38

Text Example


Text Example

White with #743C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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