Html Css Color HEX #743830 Crown Of Thorns

📋 copy color: '#743830'

red 116 ◦ green 56 ◦ blue 48

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

Shades of Crown Of Thorns #743830

Tints of Crown Of Thorns #743830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 52.73%
G = 25.45%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#743830 (or 0x743830) is known color: Crown Of Thorns. HEX triplet: 74, 38 and 30. RGB value is (116,56,48). Sum of RGB (Red+Green+Blue) = 116+56+48=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #743830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743830 is #8BC7CF. Grayscale: #494949. Windows color (decimal): -9160656 or 3160180. OLE color: 3160180.

HSL color Cylindrical-coordinate representation of color #743830: hue angle of 7.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743830 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 48 -
CMYK 0 0.52 0.59 0.55
HSL 7.06º 0.41% 0.32% -
HSV(B) 7.06º 0.59% 0.45% -
XYZ 9.15 6.75 3.62 -
YUV 73.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 116 56 48 0 0.52 0.59 0.55 7.06 0.41 0.32
Hex 74 38 30 0 34 3B 37 7 29 20
Octal 164 70 60 0 64 73 67 7 51 40
Binary 1110100 111000 110000 0 110100 111011 110111 111 101001 100000

Color Harmonies of #743830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743830

Black with #743830

Text Example


Text Example

White with #743830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743830; }

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

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

background-color css

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

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

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

border-color css

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

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

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