Html Css Color HEX #743A32 Crown Of Thorns

📋 copy color: '#743A32'

red 116 ◦ green 58 ◦ blue 50

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

Shades of Crown Of Thorns #743A32

Tints of Crown Of Thorns #743A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 51.79%
G = 25.89%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#743A32 (or 0x743A32) is known color: Crown Of Thorns. HEX triplet: 74, 3A and 32. RGB value is (116,58,50). Sum of RGB (Red+Green+Blue) = 116+58+50=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A32 is #8BC5CD. Grayscale: #4A4A4A. Windows color (decimal): -9160142 or 3291764. OLE color: 3291764.

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

Color convert

RGB 116 58 50 -
CMYK 0 0.5 0.57 0.55
HSL 7.27º 0.4% 0.33% -
HSV(B) 7.27º 0.57% 0.45% -
XYZ 9.29 6.97 3.87 -
YUV 74.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 116 58 50 0 0.5 0.57 0.55 7.27 0.4 0.33
Hex 74 3A 32 0 32 39 37 7 28 21
Octal 164 72 62 0 62 71 67 7 50 41
Binary 1110100 111010 110010 0 110010 111001 110111 111 101000 100001

Color Harmonies of #743A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A32

Black with #743A32

Text Example


Text Example

White with #743A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,50); }

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

background-color css

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

 a { background-color: rgb(116,58,50); }

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

border-color css

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

 span { border-color: rgb(116,58,50); }

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