Html Css Color HEX #75330B Peru Tan

📋 copy color: '#75330B'

red 117 ◦ green 51 ◦ blue 11

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

Shades of Peru Tan #75330B

Tints of Peru Tan #75330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 65.36%
G = 28.49%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75330B (or 0x75330B) is known color: Peru Tan. HEX triplet: 75, 33 and 0B. RGB value is (117,51,11). Sum of RGB (Red+Green+Blue) = 117+51+11=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75330B is #8ACCF4. Grayscale: #424242. Windows color (decimal): -9096437 or 734069. OLE color: 734069.

HSL color Cylindrical-coordinate representation of color #75330B: hue angle of 22.64º 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 #75330B is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 11 -
CMYK 0 0.56 0.91 0.54
HSL 22.64º 0.83% 0.25% -
HSV(B) 22.64º 0.91% 0.46% -
XYZ 8.58 6.17 1.06 -
YUV 66.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 117 51 11 0 0.56 0.91 0.54 22.64 0.83 0.25
Hex 75 33 B 0 38 5B 36 17 53 19
Octal 165 63 13 0 70 133 66 27 123 31
Binary 1110101 110011 1011 0 111000 1011011 110110 10111 1010011 11001

Color Harmonies of #75330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75330B

Black with #75330B

Text Example


Text Example

White with #75330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75330B; }

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

 H1.HeaderClassName
 {
   color: #75330B;
 }
 .AnyTagClassName
 {
   color: #75330B;
 }
</style>

background-color css

<style>
 a { background-color: #75330B; }

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

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

border-color css

<style>
 span { border-color: #75330B; }

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

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