Html Css Color HEX #754533 Cumin

📋 copy color: '#754533'

red 117 ◦ green 69 ◦ blue 51

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

Shades of Cumin #754533

Tints of Cumin #754533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 49.37%
G = 29.11%
B = 21.52%

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

#754533 (or 0x754533) is known color: Cumin. HEX triplet: 75, 45 and 33. RGB value is (117,69,51). Sum of RGB (Red+Green+Blue) = 117+69+51=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754533 is #8ABACC. Grayscale: #515151. Windows color (decimal): -9091789 or 3360117. OLE color: 3360117.

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

Color convert

RGB 117 69 51 -
CMYK 0 0.41 0.56 0.54
HSL 16.36º 0.39% 0.33% -
HSV(B) 16.36º 0.56% 0.46% -
XYZ 10.06 8.28 4.2 -
YUV 81.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 117 69 51 0 0.41 0.56 0.54 16.36 0.39 0.33
Hex 75 45 33 0 29 38 36 10 27 21
Octal 165 105 63 0 51 70 66 20 47 41
Binary 1110101 1000101 110011 0 101001 111000 110110 10000 100111 100001

Color Harmonies of #754533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754533

Black with #754533

Text Example


Text Example

White with #754533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754533; }

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

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

background-color css

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

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

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

border-color css

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

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

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