Html Css Color HEX #752E0B Peru Tan

📋 copy color: '#752E0B'

red 117 ◦ green 46 ◦ blue 11

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

Shades of Peru Tan #752E0B

Tints of Peru Tan #752E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 67.24%
G = 26.44%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#752E0B (or 0x752E0B) is known color: Peru Tan. HEX triplet: 75, 2E and 0B. RGB value is (117,46,11). Sum of RGB (Red+Green+Blue) = 117+46+11=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E0B is #8AD1F4. Grayscale: #3F3F3F. Windows color (decimal): -9097717 or 732789. OLE color: 732789.

HSL color Cylindrical-coordinate representation of color #752E0B: hue angle of 19.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #752E0B is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 11 -
CMYK 0 0.61 0.91 0.54
HSL 19.81º 0.83% 0.25% -
HSV(B) 19.81º 0.91% 0.46% -
XYZ 8.37 5.76 0.99 -
YUV 63.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 117 46 11 0 0.61 0.91 0.54 19.81 0.83 0.25
Hex 75 2E B 0 3D 5B 36 14 53 19
Octal 165 56 13 0 75 133 66 24 123 31
Binary 1110101 101110 1011 0 111101 1011011 110110 10100 1010011 11001

Color Harmonies of #752E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E0B

Black with #752E0B

Text Example


Text Example

White with #752E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E0B; }

 p { color: rgb(117,46,11); }

 H1.HeaderClassName
 {
   color: #752E0B;
 }
 .AnyTagClassName
 {
   color: #752E0B;
 }
</style>

background-color css

<style>
 a { background-color: #752E0B; }

 a { background-color: rgb(117,46,11); }

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

border-color css

<style>
 span { border-color: #752E0B; }

 span { border-color: rgb(117,46,11); }

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