Html Css Color HEX #743D39 Crown Of Thorns

📋 copy color: '#743D39'

red 116 ◦ green 61 ◦ blue 57

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

Shades of Crown Of Thorns #743D39

Tints of Crown Of Thorns #743D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 49.57%
G = 26.07%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743D39 (or 0x743D39) is known color: Crown Of Thorns. HEX triplet: 74, 3D and 39. RGB value is (116,61,57). Sum of RGB (Red+Green+Blue) = 116+61+57=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D39 is #8BC2C6. Grayscale: #4D4D4D. Windows color (decimal): -9159367 or 3751284. OLE color: 3751284.

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

Color convert

RGB 116 61 57 -
CMYK 0 0.47 0.51 0.55
HSL 4.07º 0.34% 0.34% -
HSV(B) 4.07º 0.51% 0.45% -
XYZ 9.61 7.35 4.78 -
YUV 76.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 116 61 57 0 0.47 0.51 0.55 4.07 0.34 0.34
Hex 74 3D 39 0 2F 33 37 4 22 22
Octal 164 75 71 0 57 63 67 4 42 42
Binary 1110100 111101 111001 0 101111 110011 110111 100 100010 100010

Color Harmonies of #743D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D39

Black with #743D39

Text Example


Text Example

White with #743D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,57); }

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

background-color css

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

 a { background-color: rgb(116,61,57); }

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

border-color css

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

 span { border-color: rgb(116,61,57); }

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