Html Css Color HEX #7D360D Peru Tan

📋 copy color: '#7D360D'

red 125 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #7D360D

Tints of Peru Tan #7D360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 65.1%
G = 28.13%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D360D (or 0x7D360D) is known color: Peru Tan. HEX triplet: 7D, 36 and 0D. RGB value is (125,54,13). Sum of RGB (Red+Green+Blue) = 125+54+13=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D360D is #82C9F2. Grayscale: #464646. Windows color (decimal): -8571379 or 865917. OLE color: 865917.

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

Color convert

RGB 125 54 13 -
CMYK 0 0.57 0.90 0.51
HSL 21.96º 0.81% 0.27% -
HSV(B) 21.96º 0.9% 0.49% -
XYZ 9.85 7.03 1.22 -
YUV 70.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 125 54 13 0 0.57 0.90 0.51 21.96 0.81 0.27
Hex 7D 36 D 0 39 5A 33 16 51 1B
Octal 175 66 15 0 71 132 63 26 121 33
Binary 1111101 110110 1101 0 111001 1011010 110011 10110 1010001 11011

Color Harmonies of #7D360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D360D

Black with #7D360D

Text Example


Text Example

White with #7D360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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