Html Css Color HEX #743F30 Cumin

📋 copy color: '#743F30'

red 116 ◦ green 63 ◦ blue 48

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

Shades of Cumin #743F30

Tints of Cumin #743F30

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

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

R = 51.1%
G = 27.75%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#743F30 (or 0x743F30) is known color: Cumin. HEX triplet: 74, 3F and 30. RGB value is (116,63,48). Sum of RGB (Red+Green+Blue) = 116+63+48=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #743F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F30 is #8BC0CF. Grayscale: #4D4D4D. Windows color (decimal): -9158864 or 3161972. OLE color: 3161972.

HSL color Cylindrical-coordinate representation of color #743F30: hue angle of 13.24º 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 #743F30 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 48 -
CMYK 0 0.46 0.59 0.55
HSL 13.24º 0.41% 0.32% -
HSV(B) 13.24º 0.59% 0.45% -
XYZ 9.51 7.48 3.74 -
YUV 77.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 116 63 48 0 0.46 0.59 0.55 13.24 0.41 0.32
Hex 74 3F 30 0 2E 3B 37 D 29 20
Octal 164 77 60 0 56 73 67 15 51 40
Binary 1110100 111111 110000 0 101110 111011 110111 1101 101001 100000

Color Harmonies of #743F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F30

Black with #743F30

Text Example


Text Example

White with #743F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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