Html Css Color HEX #744433 Cumin

📋 copy color: '#744433'

red 116 ◦ green 68 ◦ blue 51

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

Shades of Cumin #744433

Tints of Cumin #744433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 49.36%
G = 28.94%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#744433 (or 0x744433) is known color: Cumin. HEX triplet: 74, 44 and 33. RGB value is (116,68,51). Sum of RGB (Red+Green+Blue) = 116+68+51=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744433 is #8BBBCC. Grayscale: #505050. Windows color (decimal): -9157581 or 3359860. OLE color: 3359860.

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

Color convert

RGB 116 68 51 -
CMYK 0 0.41 0.56 0.55
HSL 15.69º 0.39% 0.33% -
HSV(B) 15.69º 0.56% 0.45% -
XYZ 9.87 8.09 4.17 -
YUV 80.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 116 68 51 0 0.41 0.56 0.55 15.69 0.39 0.33
Hex 74 44 33 0 29 38 37 10 27 21
Octal 164 104 63 0 51 70 67 20 47 41
Binary 1110100 1000100 110011 0 101001 111000 110111 10000 100111 100001

Color Harmonies of #744433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744433

Black with #744433

Text Example


Text Example

White with #744433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744433; }

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

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

background-color css

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

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

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

border-color css

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

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

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