Html Css Color HEX #74431E Peru Tan

📋 copy color: '#74431E'

red 116 ◦ green 67 ◦ blue 30

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

Shades of Peru Tan #74431E

Tints of Peru Tan #74431E

RGB

 RED value IS 116 (45.7% from 255) = 54.46%

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 54.46%
G = 31.46%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74431E (or 0x74431E) is known color: Peru Tan. HEX triplet: 74, 43 and 1E. RGB value is (116,67,30). Sum of RGB (Red+Green+Blue) = 116+67+30=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74431E is #8BBCE1. Grayscale: #4D4D4D. Windows color (decimal): -9157858 or 1983348. OLE color: 1983348.

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

Color convert

RGB 116 67 30 -
CMYK 0 0.42 0.74 0.55
HSL 25.81º 0.59% 0.29% -
HSV(B) 25.81º 0.74% 0.45% -
XYZ 9.44 7.82 2.24 -
YUV 77.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 116 67 30 0 0.42 0.74 0.55 25.81 0.59 0.29
Hex 74 43 1E 0 2A 4A 37 1A 3B 1D
Octal 164 103 36 0 52 112 67 32 73 35
Binary 1110100 1000011 11110 0 101010 1001010 110111 11010 111011 11101

Color Harmonies of #74431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74431E

Black with #74431E

Text Example


Text Example

White with #74431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,67,30); }

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

background-color css

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

 a { background-color: rgb(116,67,30); }

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

border-color css

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

 span { border-color: rgb(116,67,30); }

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