Html Css Color HEX #754632 Cumin

📋 copy color: '#754632'

red 117 ◦ green 70 ◦ blue 50

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

Shades of Cumin #754632

Tints of Cumin #754632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 49.37%
G = 29.54%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754632 (or 0x754632) is known color: Cumin. HEX triplet: 75, 46 and 32. RGB value is (117,70,50). Sum of RGB (Red+Green+Blue) = 117+70+50=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754632 is #8AB9CD. Grayscale: #515151. Windows color (decimal): -9091534 or 3294837. OLE color: 3294837.

HSL color Cylindrical-coordinate representation of color #754632: hue angle of 17.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754632 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 50 -
CMYK 0 0.40 0.57 0.54
HSL 17.91º 0.4% 0.33% -
HSV(B) 17.91º 0.57% 0.46% -
XYZ 10.1 8.39 4.11 -
YUV 81.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 117 70 50 0 0.40 0.57 0.54 17.91 0.4 0.33
Hex 75 46 32 0 28 39 36 12 28 21
Octal 165 106 62 0 50 71 66 22 50 41
Binary 1110101 1000110 110010 0 101000 111001 110110 10010 101000 100001

Color Harmonies of #754632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754632

Black with #754632

Text Example


Text Example

White with #754632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754632; }

 p { color: rgb(117,70,50); }

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

background-color css

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

 a { background-color: rgb(117,70,50); }

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

border-color css

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

 span { border-color: rgb(117,70,50); }

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