Html Css Color HEX #754838 Peanut

📋 copy color: '#754838'

red 117 ◦ green 72 ◦ blue 56

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

Shades of Peanut #754838

Tints of Peanut #754838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 47.76%
G = 29.39%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#754838 (or 0x754838) is known color: Peanut. HEX triplet: 75, 48 and 38. RGB value is (117,72,56). Sum of RGB (Red+Green+Blue) = 117+72+56=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754838 is #8AB7C7. Grayscale: #535353. Windows color (decimal): -9091016 or 3688565. OLE color: 3688565.

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

Color convert

RGB 117 72 56 -
CMYK 0 0.38 0.52 0.54
HSL 15.74º 0.35% 0.34% -
HSV(B) 15.74º 0.52% 0.46% -
XYZ 10.37 8.7 4.87 -
YUV 83.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 117 72 56 0 0.38 0.52 0.54 15.74 0.35 0.34
Hex 75 48 38 0 26 34 36 10 23 22
Octal 165 110 70 0 46 64 66 20 43 42
Binary 1110101 1001000 111000 0 100110 110100 110110 10000 100011 100010

Color Harmonies of #754838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754838

Black with #754838

Text Example


Text Example

White with #754838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754838; }

 p { color: rgb(117,72,56); }

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

background-color css

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

 a { background-color: rgb(117,72,56); }

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

border-color css

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

 span { border-color: rgb(117,72,56); }

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