Html Css Color HEX #754634 Cumin

📋 copy color: '#754634'

red 117 ◦ green 70 ◦ blue 52

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

Shades of Cumin #754634

Tints of Cumin #754634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 48.95%
G = 29.29%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754634 (or 0x754634) is known color: Cumin. HEX triplet: 75, 46 and 34. RGB value is (117,70,52). Sum of RGB (Red+Green+Blue) = 117+70+52=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754634 is #8AB9CB. Grayscale: #525252. Windows color (decimal): -9091532 or 3425909. OLE color: 3425909.

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

Color convert

RGB 117 70 52 -
CMYK 0 0.40 0.56 0.54
HSL 16.62º 0.38% 0.33% -
HSV(B) 16.62º 0.56% 0.46% -
XYZ 10.15 8.41 4.34 -
YUV 82 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 117 70 52 0 0.40 0.56 0.54 16.62 0.38 0.33
Hex 75 46 34 0 28 38 36 11 26 21
Octal 165 106 64 0 50 70 66 21 46 41
Binary 1110101 1000110 110100 0 101000 111000 110110 10001 100110 100001

Color Harmonies of #754634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754634

Black with #754634

Text Example


Text Example

White with #754634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754634; }

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

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

background-color css

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

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

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

border-color css

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

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

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