Html Css Color HEX #7D3618 Peru Tan

📋 copy color: '#7D3618'

red 125 ◦ green 54 ◦ blue 24

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

Shades of Peru Tan #7D3618

Tints of Peru Tan #7D3618

RGB

 RED value IS 125 (49.22% from 255) = 61.58%

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 61.58%
G = 26.6%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D3618 (or 0x7D3618) is known color: Peru Tan. HEX triplet: 7D, 36 and 18. RGB value is (125,54,24). Sum of RGB (Red+Green+Blue) = 125+54+24=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3618 is #82C9E7. Grayscale: #484848. Windows color (decimal): -8571368 or 1586813. OLE color: 1586813.

HSL color Cylindrical-coordinate representation of color #7D3618: hue angle of 17.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D3618 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 24 -
CMYK 0 0.57 0.81 0.51
HSL 17.82º 0.68% 0.29% -
HSV(B) 17.82º 0.81% 0.49% -
XYZ 9.94 7.06 1.7 -
YUV 71.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 125 54 24 0 0.57 0.81 0.51 17.82 0.68 0.29
Hex 7D 36 18 0 39 51 33 12 44 1D
Octal 175 66 30 0 71 121 63 22 104 35
Binary 1111101 110110 11000 0 111001 1010001 110011 10010 1000100 11101

Color Harmonies of #7D3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3618

Black with #7D3618

Text Example


Text Example

White with #7D3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3618; }

 p { color: rgb(125,54,24); }

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

background-color css

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

 a { background-color: rgb(125,54,24); }

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

border-color css

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

 span { border-color: rgb(125,54,24); }

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