Html Css Color HEX #74360B Peru Tan

📋 copy color: '#74360B'

red 116 ◦ green 54 ◦ blue 11

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

Shades of Peru Tan #74360B

Tints of Peru Tan #74360B

RGB

 RED value IS 116 (45.7% from 255) = 64.09%

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

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

R = 64.09%
G = 29.83%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74360B (or 0x74360B) is known color: Peru Tan. HEX triplet: 74, 36 and 0B. RGB value is (116,54,11). Sum of RGB (Red+Green+Blue) = 116+54+11=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74360B is #8BC9F4. Grayscale: #434343. Windows color (decimal): -9161205 or 734836. OLE color: 734836.

HSL color Cylindrical-coordinate representation of color #74360B: hue angle of 24.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74360B is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 11 -
CMYK 0 0.53 0.91 0.55
HSL 24.57º 0.83% 0.25% -
HSV(B) 24.57º 0.91% 0.45% -
XYZ 8.58 6.38 1.09 -
YUV 67.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 116 54 11 0 0.53 0.91 0.55 24.57 0.83 0.25
Hex 74 36 B 0 35 5B 37 19 53 19
Octal 164 66 13 0 65 133 67 31 123 31
Binary 1110100 110110 1011 0 110101 1011011 110111 11001 1010011 11001

Color Harmonies of #74360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74360B

Black with #74360B

Text Example


Text Example

White with #74360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,54,11); }

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

background-color css

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

 a { background-color: rgb(116,54,11); }

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

border-color css

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

 span { border-color: rgb(116,54,11); }

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