Html Css Color HEX #75421E Peru Tan

📋 copy color: '#75421E'

red 117 ◦ green 66 ◦ blue 30

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

Shades of Peru Tan #75421E

Tints of Peru Tan #75421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 54.93%
G = 30.99%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75421E (or 0x75421E) is known color: Peru Tan. HEX triplet: 75, 42 and 1E. RGB value is (117,66,30). Sum of RGB (Red+Green+Blue) = 117+66+30=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75421E is #8ABDE1. Grayscale: #4D4D4D. Windows color (decimal): -9092578 or 1983093. OLE color: 1983093.

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

Color convert

RGB 117 66 30 -
CMYK 0 0.44 0.74 0.54
HSL 24.83º 0.59% 0.29% -
HSV(B) 24.83º 0.74% 0.46% -
XYZ 9.52 7.77 2.23 -
YUV 77.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 117 66 30 0 0.44 0.74 0.54 24.83 0.59 0.29
Hex 75 42 1E 0 2C 4A 36 19 3B 1D
Octal 165 102 36 0 54 112 66 31 73 35
Binary 1110101 1000010 11110 0 101100 1001010 110110 11001 111011 11101

Color Harmonies of #75421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75421E

Black with #75421E

Text Example


Text Example

White with #75421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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