Html Css Color HEX #754434 Peanut

📋 copy color: '#754434'

red 117 ◦ green 68 ◦ blue 52

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

Shades of Peanut #754434

Tints of Peanut #754434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 49.37%
G = 28.69%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754434 (or 0x754434) is known color: Peanut. HEX triplet: 75, 44 and 34. RGB value is (117,68,52). Sum of RGB (Red+Green+Blue) = 117+68+52=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754434 is #8ABBCB. Grayscale: #505050. Windows color (decimal): -9092044 or 3425397. OLE color: 3425397.

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

Color convert

RGB 117 68 52 -
CMYK 0 0.42 0.56 0.54
HSL 14.77º 0.38% 0.33% -
HSV(B) 14.77º 0.56% 0.46% -
XYZ 10.02 8.16 4.3 -
YUV 80.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 117 68 52 0 0.42 0.56 0.54 14.77 0.38 0.33
Hex 75 44 34 0 2A 38 36 F 26 21
Octal 165 104 64 0 52 70 66 17 46 41
Binary 1110101 1000100 110100 0 101010 111000 110110 1111 100110 100001

Color Harmonies of #754434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754434

Black with #754434

Text Example


Text Example

White with #754434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754434; }

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

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

background-color css

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

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

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

border-color css

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

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

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