Html Css Color HEX #754135 Peanut

📋 copy color: '#754135'

red 117 ◦ green 65 ◦ blue 53

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

Shades of Peanut #754135

Tints of Peanut #754135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 49.79%
G = 27.66%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#754135 (or 0x754135) is known color: Peanut. HEX triplet: 75, 41 and 35. RGB value is (117,65,53). Sum of RGB (Red+Green+Blue) = 117+65+53=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754135 is #8ABECA. Grayscale: #4F4F4F. Windows color (decimal): -9092811 or 3490165. OLE color: 3490165.

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

Color convert

RGB 117 65 53 -
CMYK 0 0.44 0.55 0.54
HSL 11.25º 0.38% 0.33% -
HSV(B) 11.25º 0.55% 0.46% -
XYZ 9.87 7.82 4.36 -
YUV 79.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 117 65 53 0 0.44 0.55 0.54 11.25 0.38 0.33
Hex 75 41 35 0 2C 37 36 B 26 21
Octal 165 101 65 0 54 67 66 13 46 41
Binary 1110101 1000001 110101 0 101100 110111 110110 1011 100110 100001

Color Harmonies of #754135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754135

Black with #754135

Text Example


Text Example

White with #754135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754135; }

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

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

background-color css

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

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

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

border-color css

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

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

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