Html Css Color HEX #754534 Cumin

📋 copy color: '#754534'

red 117 ◦ green 69 ◦ blue 52

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

Shades of Cumin #754534

Tints of Cumin #754534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 49.16%
G = 28.99%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754534 (or 0x754534) is known color: Cumin. HEX triplet: 75, 45 and 34. RGB value is (117,69,52). Sum of RGB (Red+Green+Blue) = 117+69+52=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754534 is #8ABACB. Grayscale: #515151. Windows color (decimal): -9091788 or 3425653. OLE color: 3425653.

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

Color convert

RGB 117 69 52 -
CMYK 0 0.41 0.56 0.54
HSL 15.69º 0.38% 0.33% -
HSV(B) 15.69º 0.56% 0.46% -
XYZ 10.08 8.29 4.32 -
YUV 81.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 117 69 52 0 0.41 0.56 0.54 15.69 0.38 0.33
Hex 75 45 34 0 29 38 36 10 26 21
Octal 165 105 64 0 51 70 66 20 46 41
Binary 1110101 1000101 110100 0 101001 111000 110110 10000 100110 100001

Color Harmonies of #754534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754534

Black with #754534

Text Example


Text Example

White with #754534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754534; }

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

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

background-color css

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

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

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

border-color css

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

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

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