Html Css Color HEX #744333 Cumin

📋 copy color: '#744333'

red 116 ◦ green 67 ◦ blue 51

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

Shades of Cumin #744333

Tints of Cumin #744333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 49.57%
G = 28.63%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#744333 (or 0x744333) is known color: Cumin. HEX triplet: 74, 43 and 33. RGB value is (116,67,51). Sum of RGB (Red+Green+Blue) = 116+67+51=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744333 is #8BBCCC. Grayscale: #4F4F4F. Windows color (decimal): -9157837 or 3359604. OLE color: 3359604.

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

Color convert

RGB 116 67 51 -
CMYK 0 0.42 0.56 0.55
HSL 14.77º 0.39% 0.33% -
HSV(B) 14.77º 0.56% 0.45% -
XYZ 9.81 7.97 4.15 -
YUV 79.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 116 67 51 0 0.42 0.56 0.55 14.77 0.39 0.33
Hex 74 43 33 0 2A 38 37 F 27 21
Octal 164 103 63 0 52 70 67 17 47 41
Binary 1110100 1000011 110011 0 101010 111000 110111 1111 100111 100001

Color Harmonies of #744333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744333

Black with #744333

Text Example


Text Example

White with #744333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744333; }

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

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

background-color css

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

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

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

border-color css

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

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

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