Html Css Color HEX #7D381B Peru Tan

📋 copy color: '#7D381B'

red 125 ◦ green 56 ◦ blue 27

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

Shades of Peru Tan #7D381B

Tints of Peru Tan #7D381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 60.1%
G = 26.92%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D381B (or 0x7D381B) is known color: Peru Tan. HEX triplet: 7D, 38 and 1B. RGB value is (125,56,27). Sum of RGB (Red+Green+Blue) = 125+56+27=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D381B is #82C7E4. Grayscale: #494949. Windows color (decimal): -8570853 or 1783933. OLE color: 1783933.

HSL color Cylindrical-coordinate representation of color #7D381B: hue angle of 17.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D381B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 27 -
CMYK 0 0.55 0.78 0.51
HSL 17.76º 0.64% 0.3% -
HSV(B) 17.76º 0.78% 0.49% -
XYZ 10.07 7.27 1.91 -
YUV 73.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 125 56 27 0 0.55 0.78 0.51 17.76 0.64 0.3
Hex 7D 38 1B 0 37 4E 33 12 40 1E
Octal 175 70 33 0 67 116 63 22 100 36
Binary 1111101 111000 11011 0 110111 1001110 110011 10010 1000000 11110

Color Harmonies of #7D381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D381B

Black with #7D381B

Text Example


Text Example

White with #7D381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,27); }

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

background-color css

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

 a { background-color: rgb(125,56,27); }

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

border-color css

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

 span { border-color: rgb(125,56,27); }

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