Html Css Color HEX #754030 Cumin

📋 copy color: '#754030'

red 117 ◦ green 64 ◦ blue 48

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

Shades of Cumin #754030

Tints of Cumin #754030

RGB

 RED value IS 117 (46.09% from 255) = 51.09%

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 51.09%
G = 27.95%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#754030 (or 0x754030) is known color: Cumin. HEX triplet: 75, 40 and 30. RGB value is (117,64,48). Sum of RGB (Red+Green+Blue) = 117+64+48=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #754030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754030 is #8ABFCF. Grayscale: #4E4E4E. Windows color (decimal): -9093072 or 3162229. OLE color: 3162229.

HSL color Cylindrical-coordinate representation of color #754030: hue angle of 13.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754030 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 48 -
CMYK 0 0.45 0.59 0.54
HSL 13.91º 0.42% 0.32% -
HSV(B) 13.91º 0.59% 0.46% -
XYZ 9.7 7.66 3.76 -
YUV 78.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 117 64 48 0 0.45 0.59 0.54 13.91 0.42 0.32
Hex 75 40 30 0 2D 3B 36 E 2A 20
Octal 165 100 60 0 55 73 66 16 52 40
Binary 1110101 1000000 110000 0 101101 111011 110110 1110 101010 100000

Color Harmonies of #754030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754030

Black with #754030

Text Example


Text Example

White with #754030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754030; }

 p { color: rgb(117,64,48); }

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

background-color css

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

 a { background-color: rgb(117,64,48); }

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

border-color css

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

 span { border-color: rgb(117,64,48); }

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