Html Css Color HEX #743D34 Crown Of Thorns

📋 copy color: '#743D34'

red 116 ◦ green 61 ◦ blue 52

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

Shades of Crown Of Thorns #743D34

Tints of Crown Of Thorns #743D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 50.66%
G = 26.64%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743D34 (or 0x743D34) is known color: Crown Of Thorns. HEX triplet: 74, 3D and 34. RGB value is (116,61,52). Sum of RGB (Red+Green+Blue) = 116+61+52=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D34 is #8BC2CB. Grayscale: #4C4C4C. Windows color (decimal): -9159372 or 3423604. OLE color: 3423604.

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

Color convert

RGB 116 61 52 -
CMYK 0 0.47 0.55 0.55
HSL 8.44º 0.38% 0.33% -
HSV(B) 8.44º 0.55% 0.45% -
XYZ 9.49 7.3 4.16 -
YUV 76.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 116 61 52 0 0.47 0.55 0.55 8.44 0.38 0.33
Hex 74 3D 34 0 2F 37 37 8 26 21
Octal 164 75 64 0 57 67 67 10 46 41
Binary 1110100 111101 110100 0 101111 110111 110111 1000 100110 100001

Color Harmonies of #743D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D34

Black with #743D34

Text Example


Text Example

White with #743D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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