Html Css Color HEX #744230 Cumin

📋 copy color: '#744230'

red 116 ◦ green 66 ◦ blue 48

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

Shades of Cumin #744230

Tints of Cumin #744230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 50.43%
G = 28.7%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#744230 (or 0x744230) is known color: Cumin. HEX triplet: 74, 42 and 30. RGB value is (116,66,48). Sum of RGB (Red+Green+Blue) = 116+66+48=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #744230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744230 is #8BBDCF. Grayscale: #4F4F4F. Windows color (decimal): -9158096 or 3162740. OLE color: 3162740.

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

Color convert

RGB 116 66 48 -
CMYK 0 0.43 0.59 0.55
HSL 15.88º 0.41% 0.32% -
HSV(B) 15.88º 0.59% 0.45% -
XYZ 9.68 7.82 3.8 -
YUV 78.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 116 66 48 0 0.43 0.59 0.55 15.88 0.41 0.32
Hex 74 42 30 0 2B 3B 37 10 29 20
Octal 164 102 60 0 53 73 67 20 51 40
Binary 1110100 1000010 110000 0 101011 111011 110111 10000 101001 100000

Color Harmonies of #744230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744230

Black with #744230

Text Example


Text Example

White with #744230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744230; }

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

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

background-color css

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

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

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

border-color css

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

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

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