Html Css Color HEX #754134 Peanut

📋 copy color: '#754134'

red 117 ◦ green 65 ◦ blue 52

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

Shades of Peanut #754134

Tints of Peanut #754134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754134 (or 0x754134) is known color: Peanut. HEX triplet: 75, 41 and 34. RGB value is (117,65,52). Sum of RGB (Red+Green+Blue) = 117+65+52=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754134 is #8ABECB. Grayscale: #4F4F4F. Windows color (decimal): -9092812 or 3424629. OLE color: 3424629.

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

Color convert

RGB 117 65 52 -
CMYK 0 0.44 0.56 0.54
HSL 12º 0.38% 0.33% -
HSV(B) 12º 0.56% 0.46% -
XYZ 9.85 7.81 4.24 -
YUV 79.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 117 65 52 0 0.44 0.56 0.54 12 0.38 0.33
Hex 75 41 34 0 2C 38 36 C 26 21
Octal 165 101 64 0 54 70 66 14 46 41
Binary 1110101 1000001 110100 0 101100 111000 110110 1100 100110 100001

Color Harmonies of #754134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754134

Black with #754134

Text Example


Text Example

White with #754134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754134; }

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

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

background-color css

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

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

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

border-color css

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

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

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