Html Css Color HEX #737053 Kokoda

📋 copy color: '#737053'

red 115 ◦ green 112 ◦ blue 83

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

Shades of Kokoda #737053

Tints of Kokoda #737053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 37.1%
G = 36.13%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#737053 (or 0x737053) is known color: Kokoda. HEX triplet: 73, 70 and 53. RGB value is (115,112,83). Sum of RGB (Red+Green+Blue) = 115+112+83=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #737053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737053 is #8C8FAC. Grayscale: #6D6D6D. Windows color (decimal): -9211821 or 5468275. OLE color: 5468275.

HSL color Cylindrical-coordinate representation of color #737053: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737053 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 83 -
CMYK 0 0.03 0.28 0.55
HSL 54.38º 0.16% 0.39% -
HSV(B) 54.38º 0.28% 0.45% -
XYZ 14.43 15.86 10.48 -
YUV 109.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 115 112 83 0 0.03 0.28 0.55 54.38 0.16 0.39
Hex 73 70 53 0 3 1C 37 36 10 27
Octal 163 160 123 0 3 34 67 66 20 47
Binary 1110011 1110000 1010011 0 11 11100 110111 110110 10000 100111

Color Harmonies of #737053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737053

Black with #737053

Text Example


Text Example

White with #737053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737053; }

 p { color: rgb(115,112,83); }

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

background-color css

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

 a { background-color: rgb(115,112,83); }

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

border-color css

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

 span { border-color: rgb(115,112,83); }

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