Html Css Color HEX #735F4F Kabul

📋 copy color: '#735F4F'

red 115 ◦ green 95 ◦ blue 79

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

Shades of Kabul #735F4F

Tints of Kabul #735F4F

RGB

 RED value IS 115 (45.31% from 255) = 39.79%

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 39.79%
G = 32.87%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#735F4F (or 0x735F4F) is known color: Kabul. HEX triplet: 73, 5F and 4F. RGB value is (115,95,79). Sum of RGB (Red+Green+Blue) = 115+95+79=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #735F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F4F is #8CA0B0. Grayscale: #636363. Windows color (decimal): -9216177 or 5201779. OLE color: 5201779.

HSL color Cylindrical-coordinate representation of color #735F4F: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #735F4F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 95 79 -
CMYK 0 0.17 0.31 0.55
HSL 26.67º 0.19% 0.38% -
HSV(B) 26.67º 0.31% 0.45% -
XYZ 12.57 12.39 9.13 -
YUV 99.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 115 95 79 0 0.17 0.31 0.55 26.67 0.19 0.38
Hex 73 5F 4F 0 11 1F 37 1B 13 26
Octal 163 137 117 0 21 37 67 33 23 46
Binary 1110011 1011111 1001111 0 10001 11111 110111 11011 10011 100110

Color Harmonies of #735F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F4F

Black with #735F4F

Text Example


Text Example

White with #735F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F4F; }

 p { color: rgb(115,95,79); }

 H1.HeaderClassName
 {
   color: #735F4F;
 }
 .AnyTagClassName
 {
   color: #735F4F;
 }
</style>

background-color css

<style>
 a { background-color: #735F4F; }

 a { background-color: rgb(115,95,79); }

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

border-color css

<style>
 span { border-color: #735F4F; }

 span { border-color: rgb(115,95,79); }

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