Html Css Color HEX #744430 Cumin

📋 copy color: '#744430'

red 116 ◦ green 68 ◦ blue 48

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

Shades of Cumin #744430

Tints of Cumin #744430

RGB

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

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

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

R = 50%
G = 29.31%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#744430 (or 0x744430) is known color: Cumin. HEX triplet: 74, 44 and 30. RGB value is (116,68,48). Sum of RGB (Red+Green+Blue) = 116+68+48=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744430 is #8BBBCF. Grayscale: #505050. Windows color (decimal): -9157584 or 3163252. OLE color: 3163252.

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

Color convert

RGB 116 68 48 -
CMYK 0 0.41 0.59 0.55
HSL 17.65º 0.41% 0.32% -
HSV(B) 17.65º 0.59% 0.45% -
XYZ 9.8 8.06 3.84 -
YUV 80.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 116 68 48 0 0.41 0.59 0.55 17.65 0.41 0.32
Hex 74 44 30 0 29 3B 37 12 29 20
Octal 164 104 60 0 51 73 67 22 51 40
Binary 1110100 1000100 110000 0 101001 111011 110111 10010 101001 100000

Color Harmonies of #744430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744430

Black with #744430

Text Example


Text Example

White with #744430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744430; }

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

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

background-color css

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

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

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

border-color css

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

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

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