Html Css Color HEX #754236 Peanut

📋 copy color: '#754236'

red 117 ◦ green 66 ◦ blue 54

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

Shades of Peanut #754236

Tints of Peanut #754236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.85%

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 49.37%
G = 27.85%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754236 (or 0x754236) is known color: Peanut. HEX triplet: 75, 42 and 36. RGB value is (117,66,54). Sum of RGB (Red+Green+Blue) = 117+66+54=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754236 is #8ABDC9. Grayscale: #4F4F4F. Windows color (decimal): -9092554 or 3555957. OLE color: 3555957.

HSL color Cylindrical-coordinate representation of color #754236: hue angle of 11.43º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754236 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 54 -
CMYK 0 0.44 0.54 0.54
HSL 11.43º 0.37% 0.34% -
HSV(B) 11.43º 0.54% 0.46% -
XYZ 9.95 7.94 4.5 -
YUV 79.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 117 66 54 0 0.44 0.54 0.54 11.43 0.37 0.34
Hex 75 42 36 0 2C 36 36 B 25 22
Octal 165 102 66 0 54 66 66 13 45 42
Binary 1110101 1000010 110110 0 101100 110110 110110 1011 100101 100010

Color Harmonies of #754236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754236

Black with #754236

Text Example


Text Example

White with #754236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754236; }

 p { color: rgb(117,66,54); }

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

background-color css

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

 a { background-color: rgb(117,66,54); }

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

border-color css

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

 span { border-color: rgb(117,66,54); }

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