Html Css Color HEX #744633 Cumin

📋 copy color: '#744633'

red 116 ◦ green 70 ◦ blue 51

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

Shades of Cumin #744633

Tints of Cumin #744633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 48.95%
G = 29.54%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#744633 (or 0x744633) is known color: Cumin. HEX triplet: 74, 46 and 33. RGB value is (116,70,51). Sum of RGB (Red+Green+Blue) = 116+70+51=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744633 is #8BB9CC. Grayscale: #515151. Windows color (decimal): -9157069 or 3360372. OLE color: 3360372.

HSL color Cylindrical-coordinate representation of color #744633: hue angle of 17.54º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744633 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 51 -
CMYK 0 0.40 0.56 0.55
HSL 17.54º 0.39% 0.33% -
HSV(B) 17.54º 0.56% 0.45% -
XYZ 9.99 8.33 4.21 -
YUV 81.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 116 70 51 0 0.40 0.56 0.55 17.54 0.39 0.33
Hex 74 46 33 0 28 38 37 12 27 21
Octal 164 106 63 0 50 70 67 22 47 41
Binary 1110100 1000110 110011 0 101000 111000 110111 10010 100111 100001

Color Harmonies of #744633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744633

Black with #744633

Text Example


Text Example

White with #744633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744633; }

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

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

background-color css

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

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

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

border-color css

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

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

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