Html Css Color HEX #744634 Cumin

📋 copy color: '#744634'

red 116 ◦ green 70 ◦ blue 52

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

Shades of Cumin #744634

Tints of Cumin #744634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 48.74%
G = 29.41%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#744634 (or 0x744634) is known color: Cumin. HEX triplet: 74, 46 and 34. RGB value is (116,70,52). Sum of RGB (Red+Green+Blue) = 116+70+52=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744634 is #8BB9CB. Grayscale: #515151. Windows color (decimal): -9157068 or 3425908. OLE color: 3425908.

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

Color convert

RGB 116 70 52 -
CMYK 0 0.40 0.55 0.55
HSL 16.88º 0.38% 0.33% -
HSV(B) 16.88º 0.55% 0.45% -
XYZ 10.01 8.34 4.33 -
YUV 81.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 116 70 52 0 0.40 0.55 0.55 16.88 0.38 0.33
Hex 74 46 34 0 28 37 37 11 26 21
Octal 164 106 64 0 50 67 67 21 46 41
Binary 1110100 1000110 110100 0 101000 110111 110111 10001 100110 100001

Color Harmonies of #744634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744634

Black with #744634

Text Example


Text Example

White with #744634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744634; }

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

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

background-color css

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

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

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

border-color css

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

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

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